Remove loglevel trace from tests

This commit is contained in:
Eric 2025-11-11 16:40:32 +11:00
parent e1511cd9e7
commit a5ae146e5d
No known key found for this signature in database

View File

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