Skip to content

Commit

Permalink
Sets default syslog facility
Browse files Browse the repository at this point in the history
As advertised by documentation.
  • Loading branch information
c4milo committed Dec 8, 2015
1 parent 6aa89c4 commit ba3f9dc
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 ba3f9dc

Please sign in to comment.