[#493] cmd/node: Remove no longer needed cfgLogLevel constant

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/KirillovDenis/release/v0.21.1
Leonard Lyubich 2021-06-01 11:40:50 +03:00 committed by Leonard Lyubich
parent 56109f941b
commit db7a7f9bd3
1 changed files with 0 additions and 5 deletions

View File

@ -51,9 +51,6 @@ import (
)
const (
// logger keys
cfgLogLevel = "logger.level"
// pprof keys
cfgProfilerAddr = "profiler.address"
cfgProfilerShutdownTimeout = "profiler.shutdown_timeout"
@ -476,8 +473,6 @@ func defaultConfiguration(v *viper.Viper) {
v.SetDefault(cfgNetmapContract, "")
v.SetDefault(cfgLogLevel, "info")
v.SetDefault(cfgProfilerShutdownTimeout, "30s")
v.SetDefault(cfgMetricsShutdownTimeout, "30s")