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
@@ -139,7 +139,11 @@ func StorageEOS(cfg *config.Config) *cli.Command {
}
gr.Add(func() error {
runtime.Run(rcfg, pidFile)
runtime.RunWithOptions(
rcfg,
pidFile,
runtime.WithLogger(&logger.Logger),
)
return nil
}, func(_ error) {
logger.Info().