michaelsembwever commented on a change in pull request #1051:
URL: https://github.com/apache/cassandra/pull/1051#discussion_r671014134
##########
File path: src/java/org/apache/cassandra/audit/AuditLogOptions.java
##########
@@ -40,8 +47,220 @@
/**
* AuditLogs directory can be configured using `cassandra.logdir.audit` or
default is set to `cassandra.logdir` + /audit/
*/
- public String audit_logs_dir = System.getProperty("cassandra.logdir.audit",
-
System.getProperty("cassandra.logdir",".")+"/audit/");
+ public String audit_logs_dir =
Paths.get(System.getProperty("cassandra.logdir.audit",
Review comment:
we shouldn't be specifying property keys directly anymore. please use
`CassandraRelevantProperties`
--
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]