ir: Add default logger destination #975
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
|
||||
func defaultConfiguration(cfg *viper.Viper) {
|
||||
cfg.SetDefault("logger.level", "info")
|
||||
cfg.SetDefault("logger.destination", "stdout")
|
||||
|
||||
|
||||
setPprofDefaults(cfg)
|
||||
|
||||
|
|
Loading…
Reference in a new issue
Missed that on review -- why don't we use empty string as stdout?