fix debug lines

This commit is contained in:
A.Unger
2021-03-17 16:05:48 +01:00
parent 9c6e8d7bf3
commit 8a64b190a2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -114,5 +114,6 @@ func NewLogger(cfg *config.Config) log.Logger {
log.Level(cfg.Log.Level),
log.Pretty(cfg.Log.Pretty),
log.Color(cfg.Log.Color),
log.File(cfg.Log.File),
)
}