Skip to content

Commit

Permalink
Merge pull request #547 from hooklift/b-default-syslog-facility
Browse files Browse the repository at this point in the history
Sets default syslog facility
  • Loading branch information
diptanu committed Dec 9, 2015
2 parents 6aa89c4 + ba3f9dc commit 00c2c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ func DefaultConfig() *Config {
Server: &ServerConfig{
Enabled: false,
},
SyslogFacility: "LOCAL0",
}
}

Expand Down

0 comments on commit 00c2c50

Please sign in to comment.