Update cs3org/reva, use configured logger on runtime (#153)

* inject logger on reva

* update ocis-pkg
This commit is contained in:
Alex Unger
2020-04-28 08:15:12 +02:00
committed by GitHub
parent f74320d85d
commit e21222e4e6
15 changed files with 84 additions and 15 deletions
+5 -1
View File
@@ -162,7 +162,11 @@ func Gateway(cfg *config.Config) *cli.Command {
return err
}
runtime.Run(rcfg, pidFile)
runtime.RunWithOptions(
rcfg,
pidFile,
runtime.WithLogger(&logger.Logger),
)
return nil
}, func(_ error) {
logger.Info().