forked from TrueCloudLab/frostfs-node
[#975] ir: Add default logger destination
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
962e5a9c19
commit
3a41858a0f
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