ports/sysutils/amazon-ssm-agent/files/patch-agent_log_log__unix.go
Colin Percival 7d390a59a4 Add amazon-ssm-agent, an "Agent" which can be run on systems to enable
remote code execution via the Amazon Simple Systems Manager (SSM) service.
2016-10-10 04:40:10 +00:00

11 lines
480 B
Go

--- agent/log/log_unix.go.orig 2016-07-06 21:51:35 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"
)