mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Sets default syslog facility
As advertised by documentation.
This commit is contained in:
@@ -254,6 +254,7 @@ func DefaultConfig() *Config {
|
||||
Server: &ServerConfig{
|
||||
Enabled: false,
|
||||
},
|
||||
SyslogFacility: "LOCAL0",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user