Sets default syslog facility

As advertised by documentation.
This commit is contained in:
Camilo Aguilar
2015-12-08 18:57:06 -05:00
parent 6aa89c4f07
commit ba3f9dc6a8

View File

@@ -254,6 +254,7 @@ func DefaultConfig() *Config {
Server: &ServerConfig{
Enabled: false,
},
SyslogFacility: "LOCAL0",
}
}