tolbertam commented on code in PR #3434: URL: https://github.com/apache/cassandra/pull/3434#discussion_r1690481730
########## conf/cassandra.yaml: ########## @@ -1823,6 +1823,9 @@ unlogged_batch_across_partitions_warn_threshold: 10 # Audit logging - Logs every incoming CQL command request, authentication to a node. See the docs # on audit_logging for full details about the various configuration options and production tips. +# For BinAuditLogger and FileAuditLogger, the following optional parameters can be configured: +# - key_value_separator: Specifies the key-value separator to use for the log message. (Defaults to ":") Review Comment: looks good now, 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

