We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab43fc commit 73285c1Copy full SHA for 73285c1
1 file changed
roles/rsyslog/templates/logrotate_stepupauth.j2
@@ -10,9 +10,7 @@
10
delaycompress
11
create 0640 root {{ rsyslog_read_group }}
12
postrotate
13
- # PiMe: temporarily disable parsing of the rotated stepup authentication log because to MySQL lastseen
14
- # because the first rotated log will be huge
15
- # /usr/local/sbin/parse_stepupauth_to_mysql_{{ item.name }}.py > /dev/null
+ /usr/local/sbin/parse_stepupauth_to_mysql_{{ rsyslog_environment.name }}.py > /dev/null
16
systemctl kill -s HUP rsyslog.service
17
endscript
18
}
0 commit comments