Merge pull request #547 from hooklift/b-default-syslog-facility

Sets default syslog facility
This commit is contained in:
Diptanu Choudhury 2015-12-09 01:10:27 +01:00
commit 224b2d3b78
1 changed files with 1 additions and 0 deletions

View File

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