Skip to content

Commit 3d18b77

Browse files
author
Christopher M. Neill
committed
500MB limit
1 parent 4aedb1c commit 3d18b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/loggly-rotate/templates/21-output-syslog.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $WorkDirectory /var/spool/rsyslog
22

33
# start log rotation via outchannel
44
# outchannel definition
5-
$outchannel log_rotation_{{ name }},/var/log/{{ name }}-daemon.log,52428800,/opt/runnable/bin/rotate-{{ name }}-logs.sh
5+
$outchannel log_rotation_{{ name }},/var/log/{{ name }}-daemon.log,524288000,/opt/runnable/bin/rotate-{{ name }}-logs.sh
66
# activate the channel and log everything to it
77
if $msg contains '{{ name }}' and $syslogfacility-text == 'local7' then :omfile:$log_rotation_{{ name }}
88
# end log rotation via outchannel

0 commit comments

Comments
 (0)