mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
lib/logger: initialize timezone by UTC in order to fix failing tests
This commit is contained in:
parent
ffec5131ae
commit
2c14c70903
@ -53,7 +53,7 @@ func initTimezone() {
|
|||||||
timezone = tz
|
timezone = tz
|
||||||
}
|
}
|
||||||
|
|
||||||
var timezone *time.Location
|
var timezone = time.UTC
|
||||||
|
|
||||||
func setLoggerOutput() {
|
func setLoggerOutput() {
|
||||||
switch *loggerOutput {
|
switch *loggerOutput {
|
||||||
|
Loading…
Reference in New Issue
Block a user