diff --git a/internal/http/http.go b/internal/http/http.go index 7ffe76dc..524c2510 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -85,7 +85,7 @@ func (s *ServerCtx) Start() { s.logger.Panic().Err(err).Msg("unable to start http server") } }() - s.logger.Warn().Msgf("http listening on %s", s.http.Addr) + s.logger.Info().Msgf("http listening on %s", s.http.Addr) } }