mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
http listening not warning.
This commit is contained in:
parent
a6fd0f3d25
commit
e4864b095e
@ -85,7 +85,7 @@ func (s *ServerCtx) Start() {
|
|||||||
s.logger.Panic().Err(err).Msg("unable to start http server")
|
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 New Issue
Block a user