diff --git a/codex/testutil.go b/codex/testutil.go index dabce04..9ff5919 100644 --- a/codex/testutil.go +++ b/codex/testutil.go @@ -14,7 +14,7 @@ func defaultConfigHelper(t *testing.T) Config { LogFormat: LogFormatNoColors, MetricsEnabled: false, BlockRetries: 3000, - LogLevel: "ERROR", + LogLevel: "TRACE", Nat: "none", } }