Skip to content

Commit

Permalink
chore: more logs on main test
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Oct 9, 2023
1 parent cdf488f commit 3fbbd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ func TestMain(m *testing.M) {
tConfigs[i].Consensus.ChangeProposerTimeout = 4 * time.Second
tConfigs[i].Logger.Levels["default"] = "warn"
tConfigs[i].Logger.Levels["_state"] = "warn"
tConfigs[i].Logger.Levels["_sync"] = "warn"
tConfigs[i].Logger.Levels["_sync"] = "debug"
tConfigs[i].Logger.Levels["_consensus"] = "warn"
tConfigs[i].Logger.Levels["_network"] = "warn"
tConfigs[i].Logger.Levels["_network"] = "debug"
tConfigs[i].Logger.Levels["_pool"] = "warn"
tConfigs[i].Sync.CacheSize = 1000
tConfigs[i].Sync.NodeNetwork = false
Expand Down

0 comments on commit 3fbbd7a

Please sign in to comment.