forked from TrueCloudLab/frostfs-node
[#493] cmd/node: Remove no longer needed cfgLogLevel constant
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
56109f941b
commit
db7a7f9bd3
1 changed files with 0 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue