summaryrefslogtreecommitdiff
path: root/sysutils/amazon-ssm-agent/files/patch-agent_log_log__unix.go
blob: e45b33f6971320fe5d747b425204a0b9b01c16b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- agent/log/log_unix.go.orig	2019-05-08 20:19:03 UTC
+++ agent/log/log_unix.go
@@ -24,7 +24,7 @@ const (
 	// DefaultSeelogConfigFilePath specifies the default seelog location
 	// The underlying logger is based of https://github.com/cihub/seelog
 	// See Seelog documentation to customize the logger
-	DefaultSeelogConfigFilePath = "/etc/amazon/ssm/seelog.xml"
+	DefaultSeelogConfigFilePath = "/usr/local/etc/amazon/ssm/seelog.xml"
 
 	DefaultLogDir = "/var/log/amazon/ssm"
 )