<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
currently FileAuditLogHandler rotates audit-log.log file during
every start up (or reload) and there is no option to turn this
behavior off. This clashes with users who want to use f.i. logrotate
to perform log rotation [1].<br>
<br>
Apart from FileAuditLogHandler, there are also
PeriodicRotatingFileAuditLogHandler and
SizeRotatingFileAuditLogHandler available, which perform the log
rotation on regular interval resp. file size basis.<br>
<br>
I would like to introduce an attribute "rotate-at-startup" into
FileAuditLogHandler definition which would allow to disable this
behavior, so the log file would be appended instead of rotated.<br>
<br>
Is that a bad idea for some reason?<br>
<br>
[1] <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=1301554">https://bugzilla.redhat.com/show_bug.cgi?id=1301554</a><br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</body>
</html>