http listening not warning.
This commit is contained in:
parent
a6fd0f3d25
commit
e4864b095e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue