From ba3f9dc6a88f89c72f2e05eb38cf03cd568618ae Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Tue, 8 Dec 2015 18:57:06 -0500 Subject: [PATCH] Sets default syslog facility As advertised by documentation. --- command/agent/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/config.go b/command/agent/config.go index 5f0bfdf7850..6d8c890bbfd 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -254,6 +254,7 @@ func DefaultConfig() *Config { Server: &ServerConfig{ Enabled: false, }, + SyslogFacility: "LOCAL0", } }