Merge pull request #8989 from owncloud/log-and-trace-fixes

log and trace fixes
This commit is contained in:
Jörn Friedrich Dreyer
2024-04-29 17:13:52 +02:00
committed by GitHub
16 changed files with 38 additions and 31 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ func Server(cfg *config.Config) *cli.Command {
if err != nil {
logger.Info().
Err(err).
Str("transport", "http").
Str("server", "http").
Msg("Failed to initialize server")
return err
@@ -93,7 +93,7 @@ func Server(cfg *config.Config) *cli.Command {
}, func(err error) {
logger.Error().
Err(err).
Str("transport", "http").
Str("server", "http").
Msg("Shutting down server")
cancel()