Fix config dump

This commit is contained in:
2020-05-22 16:10:31 +02:00
parent c2666086cb
commit 4049896b99
2 changed files with 9 additions and 9 deletions

View File

@ -64,7 +64,7 @@ func NewDumpDefault() *Config {
func NewDefault() *Config {
return &Config{
Log: LogConfig{
Level: logger.LevelWarn,
Level: logger.LevelInfo,
Format: logger.FormatHuman,
},
HTTP: HTTPConfig{