You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/11/17 14:18:21 UTC

[GitHub] imay closed pull request #326: Fix fe.conf audit_log_moudles,sys_log_roll_mode,audit_log_roll_mode s…

imay closed pull request #326: Fix fe.conf audit_log_moudles,sys_log_roll_mode,audit_log_roll_mode s…
URL: https://github.com/apache/incubator-doris/pull/326
 
 
   

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 d5e9fa80..7803886a 100644
--- a/conf/fe.conf
+++ b/conf/fe.conf
@@ -34,12 +34,12 @@ edit_log_port = 9010
 
 # Advanced configurations 
 # sys_log_dir = ${DORIS_HOME}/log
-# sys_log_roll_mode = "SIZE-MB-1024"
+# sys_log_roll_mode = SIZE-MB-1024
 # sys_log_roll_num = 10
 # sys_log_verbose_modules = 
 # audit_log_dir = 
-# audit_log_modules = {"slow_query", "query"}
-# audit_log_roll_mode = "TIME-DAY"
+# audit_log_modules = slow_query, query
+# audit_log_roll_mode = TIME-DAY
 # audit_log_roll_num = 10
 # meta_delay_toleration_second = 10
 # qe_max_connection = 1024


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org