add more todos

This commit is contained in:
A.Unger
2021-03-03 17:37:04 +01:00
parent 59de8198c6
commit a385dd2011
+1
View File
@@ -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