leftover phoenix

This commit is contained in:
A.Unger
2020-03-18 14:15:11 +01:00
parent 5a36879b5b
commit d5b2dfc3ac
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func Execute() error {
// NewLogger initializes a service-specific logger instance.
func NewLogger(cfg *config.Config) log.Logger {
return log.NewLogger(
log.Name("phoenix"),
log.Name("accounts"),
log.Level("info"),
log.Pretty(true),
log.Color(true),