Update cs3org/reva, use configured logger on runtime (#153)
* inject logger on reva * update ocis-pkg
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user