Skip to content

Commit d7e7d44

Browse files
committed
fix build
1 parent 81de5aa commit d7e7d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hitless/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func DefaultConfig() *Config {
136136
MaxWorkers: 0, // Auto-calculated based on pool size
137137
HandoffQueueSize: 0, // Auto-calculated based on max workers
138138
PostHandoffRelaxedDuration: 0, // Auto-calculated based on relaxed timeout
139-
LogLevel: LogLevelError,
139+
LogLevel: logging.LogLevelError,
140140

141141
// Connection Handoff Configuration
142142
MaxHandoffRetries: 3,

0 commit comments

Comments
 (0)