imay closed pull request #321: Fix fe.conf audit_log_moudles default value error
URL: https://github.com/apache/incubator-doris/pull/321
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/conf/fe.conf b/conf/fe.conf
index 0acf8a17..d5e9fa80 100644
--- a/conf/fe.conf
+++ b/conf/fe.conf
@@ -38,7 +38,7 @@ edit_log_port = 9010
# sys_log_roll_num = 10
# sys_log_verbose_modules =
# audit_log_dir =
-# audit_log_modules = {"slow_query", "query"};
+# audit_log_modules = {"slow_query", "query"}
# audit_log_roll_mode = "TIME-DAY"
# audit_log_roll_num = 10
# meta_delay_toleration_second = 10
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]