ports/sysutils/amazon-ssm-plugin/files/patch-seelog__unix.xml
Norikatsu Shigemura b3cf3d7a45 sysutils/amazon-ssm-plugin: Add new port
This package provides Amazon SSM SessionManager and CLI for managing
shell experience using SSM APIs.

PR:		268142
2023-01-17 18:07:19 +01:00

14 lines
828 B
XML

--- seelog_unix.xml.orig 2021-08-17 20:31:44 UTC
+++ seelog_unix.xml
@@ -6,9 +6,9 @@
<exception filepattern="test*" minlevel="error"/>
</exceptions>
<outputs formatid="fmtinfo">
- <rollingfile type="size" filename="/usr/local/sessionmanagerplugin/logs/session-manager-plugin.log" maxsize="30000000" maxrolls="5"/>
+ <rollingfile type="size" filename="%%LOGDIR%%/session-manager-plugin.log" maxsize="30000000" maxrolls="5"/>
<filter levels="error,critical" formatid="fmterror">
- <rollingfile type="size" filename="/usr/local/sessionmanagerplugin/logs/errors.log" maxsize="10000000" maxrolls="5"/>
+ <rollingfile type="size" filename="%%LOGDIR%%/session-manager-plugin-errors.log" maxsize="10000000" maxrolls="5"/>
</filter>
</outputs>
<formats>