smiklosovic commented on a change in pull request #1051:
URL: https://github.com/apache/cassandra/pull/1051#discussion_r682033311
##########
File path: src/java/org/apache/cassandra/tools/nodetool/EnableAuditLog.java
##########
@@ -47,9 +49,37 @@
@Option(title = "excluded_users", name = { "--excluded-users" },
description = "Comma separated list of users to be excluded for audit log. If
not set the value from cassandra.yaml will be used")
private String excluded_users = null;
+ @Option(title = "roll_cycle", name = {"--roll-cycle"}, description = "How
often to roll the log file (MINUTELY, HOURLY, DAILY).")
Review comment:
I dont think we know this, probably they were just forgotten and not
exposed, they are used in FQL. Audit logging uses same BinLog "framework" but
we just havent exposed these parameters but FQL exposes them. I asked Marcus
and he said "yeah why not".
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]