xy720 commented on a change in pull request #6553:
URL: https://github.com/apache/incubator-doris/pull/6553#discussion_r702797227
##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -101,80 +101,83 @@
* 60m 60 mins
* 120s 120 seconds
*/
- @ConfField public static String audit_log_dir = PaloFe.DORIS_HOME_DIR +
"/log";
- @ConfField public static int audit_log_roll_num = 90;
- @ConfField public static String[] audit_log_modules = {"slow_query",
"query", "load", "stream_load"};
- @ConfField(mutable = true) public static long qe_slow_log_ms = 5000;
- @ConfField public static String audit_log_roll_interval = "DAY";
- @ConfField public static String audit_log_delete_age = "30d";
+ @ConfField
Review comment:
Will this code style be more standardized? Do we need to write in this
style in the future?
--
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]