mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 23:09:46 -05:00
revert storage, remove tracing.service and bring back common
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user