mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/logger: initialize output to os.Stderr by default
This commit is contained in:
parent
cff0cb297c
commit
40c6ae2952
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ func setLoggerOutput() {
|
|||
}
|
||||
}
|
||||
|
||||
var output io.Writer
|
||||
var output io.Writer = os.Stderr
|
||||
|
||||
func validateLoggerLevel() {
|
||||
switch *loggerLevel {
|
||||
|
|
Loading…
Reference in a new issue