Skip to content

Commit 03cdd59

Browse files
committed
turn down the log level on the httpserver startup
1 parent f6ea863 commit 03cdd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runnables/httpserver/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func (r *Runner) boot() error {
227227
r.serverCloseOnce = sync.Once{}
228228
r.serverMutex.Unlock()
229229

230-
r.logger.Info("Starting HTTP server",
230+
r.logger.Debug("Starting HTTP server",
231231
"listenOn", listenAddr,
232232
"readTimeout", serverCfg.ReadTimeout,
233233
"writeTimeout", serverCfg.WriteTimeout,

0 commit comments

Comments
 (0)