Set loglevel: trace for tests, remove nat: none

This commit is contained in:
Eric 2025-11-10 20:39:51 +11:00
parent b48610b1d6
commit 0000ded180
No known key found for this signature in database

View File

@ -14,7 +14,7 @@ func defaultConfigHelper(t *testing.T) Config {
LogFormat: LogFormatNoColors, LogFormat: LogFormatNoColors,
MetricsEnabled: false, MetricsEnabled: false,
BlockRetries: 3000, BlockRetries: 3000,
LogLevel: "ERROR", LogLevel: "TRACE",
Nat: "none", Nat: "none",
} }
} }