Merge pull request #547 from hooklift/b-default-syslog-facility
Sets default syslog facility
This commit is contained in:
commit
224b2d3b78
|
@ -254,6 +254,7 @@ func DefaultConfig() *Config {
|
||||||
Server: &ServerConfig{
|
Server: &ServerConfig{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
},
|
},
|
||||||
|
SyslogFacility: "LOCAL0",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue