getting closer
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-28 05:09:23 +01:00
parent 75442d261d
commit 5fc22c36b0
7 changed files with 31 additions and 25 deletions

View File

@@ -79,5 +79,10 @@ func New(lc fx.Lifecycle, params ConfigParams) (*Config, error) {
log: log,
}
if s.Debug {
params.Logger.EnableDebugLogging()
s.log = params.Logger.Get()
}
return s, nil
}