revert storage, remove tracing.service and bring back common

This commit is contained in:
Willy Kloucek
2022-01-07 16:06:56 +00:00
committed by Jörn Friedrich Dreyer
parent 9422388b74
commit 3c3fc2e098
114 changed files with 824 additions and 875 deletions
+3 -3
View File
@@ -164,9 +164,9 @@ func Start(o ...Option) error {
}
}
//if s.cfg.Storage.Log == nil {
// s.cfg.Storage.Log = &shared.Log{}
//}
if s.cfg.Storage.Log == nil {
s.cfg.Storage.Log = &shared.Log{}
}
s.cfg.Storage.Log.Color = s.cfg.Commons.Color
s.cfg.Storage.Log.Level = s.cfg.Commons.Level