From 2b2777d2fdf896ab3a6f04e274889900ac97c298 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 5f0bfdf78..6d8c890bb 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -254,6 +254,7 @@ func DefaultConfig() *Config { Server: &ServerConfig{ Enabled: false, }, + SyslogFacility: "LOCAL0", } }