unify shutdown logs.

This commit is contained in:
Miroslav Šedivý
2021-09-02 00:00:29 +02:00
parent fd35254487
commit 7e2f173460
6 changed files with 10 additions and 9 deletions

View File

@ -94,5 +94,7 @@ func (manager *HttpManagerCtx) Start() {
}
func (manager *HttpManagerCtx) Shutdown() error {
manager.logger.Info().Msg("shutdown")
return manager.http.Shutdown(context.Background())
}