mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
log and trace fixes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -88,8 +88,9 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
}
|
||||
return err
|
||||
}, func(err error) {
|
||||
logger.Info().
|
||||
Str("transport", "http").
|
||||
logger.Error().
|
||||
Err(err).
|
||||
Str("server", "http").
|
||||
Msg("Shutting down server")
|
||||
|
||||
cancel()
|
||||
|
||||
Reference in New Issue
Block a user