mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Add logtime_utc option
This commit is contained in:
@@ -308,6 +308,9 @@ func TestConfigReload(t *testing.T) {
|
||||
if !updated.Logtime {
|
||||
t.Fatal("Expected Logtime to be true")
|
||||
}
|
||||
if !updated.LogtimeUTC {
|
||||
t.Fatal("Expected LogtimeUTC to be true")
|
||||
}
|
||||
if runtime.GOOS != "windows" {
|
||||
if !updated.Syslog {
|
||||
t.Fatal("Expected Syslog to be true")
|
||||
|
||||
Reference in New Issue
Block a user