We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81de5aa commit d7e7d44Copy full SHA for d7e7d44
hitless/config.go
@@ -136,7 +136,7 @@ func DefaultConfig() *Config {
136
MaxWorkers: 0, // Auto-calculated based on pool size
137
HandoffQueueSize: 0, // Auto-calculated based on max workers
138
PostHandoffRelaxedDuration: 0, // Auto-calculated based on relaxed timeout
139
- LogLevel: LogLevelError,
+ LogLevel: logging.LogLevelError,
140
141
// Connection Handoff Configuration
142
MaxHandoffRetries: 3,
0 commit comments