revert storage, remove tracing.service and bring back common

This commit is contained in:
Willy Kloucek
2021-12-17 16:30:57 +01:00
parent a77c8ac8dd
commit 7abcf96ea8
114 changed files with 824 additions and 882 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type Logger struct {
}
// LoggerFromConfig initializes a service-specific logger instance.
func LoggerFromConfig(name string, cfg shared.Log) Logger {
func LoggerFromConfig(name string, cfg *shared.Log) Logger {
return NewLogger(
Name(name),
Level(cfg.Level),