diff --git a/ocis/pkg/runtime/runtime.go b/ocis/pkg/runtime/runtime.go index 28d2404f5..b0a703f89 100644 --- a/ocis/pkg/runtime/runtime.go +++ b/ocis/pkg/runtime/runtime.go @@ -97,6 +97,7 @@ func (r *Runtime) Start() error { // - shutting down a service implies iterating over all the serviceToken for the given service name and terminating them. // - config file parsing with Viper is no longer possible as viper is not thread-safe (https://github.com/spf13/viper/issues/19) // - replace occurrences of log.Fatal in favor of panic() since the supervisor relies on panics. + // - the runtime should ideally run as an rpc service one can do requests, like the good ol' pman, rest in pieces. // propagate reva log config to storage services r.c.Storage.Log.Level = r.c.Log.Level