kumaab commented on code in PR #513:
URL: https://github.com/apache/ranger/pull/513#discussion_r1966990727
##########
agents-audit/src/main/java/org/apache/ranger/audit/utils/AbstractRangerAuditWriter.java:
##########
@@ -290,13 +293,13 @@ public PrintWriter createWriter() throws Exception {
if (logWriter == null) {
boolean appendMode = false;
- // if append is supported, reuse last log file
+ // if append is supported and enabled via config param, reuse last
log file
if (reUseLastLogFile && isAppendEnabled()) {
Review Comment:
done, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]