This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 946fa29  [improvement](broker) add some properties that can be set in 
the broker conf file (#7499)
946fa29 is described below

commit 946fa2960d8ada5839b542b50d0192f37f2a5f65
Author: Henry2SS <[email protected]>
AuthorDate: Tue Jan 18 10:24:54 2022 +0800

    [improvement](broker) add some properties that can be set in the broker 
conf file (#7499)
---
 .../conf/apache_hdfs_broker.conf                   | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/fs_brokers/apache_hdfs_broker/conf/apache_hdfs_broker.conf 
b/fs_brokers/apache_hdfs_broker/conf/apache_hdfs_broker.conf
index 5780687..92a30ac 100644
--- a/fs_brokers/apache_hdfs_broker/conf/apache_hdfs_broker.conf
+++ b/fs_brokers/apache_hdfs_broker/conf/apache_hdfs_broker.conf
@@ -15,8 +15,26 @@
 # specific language governing permissions and limitations
 # under the License.
 
+#####################################################################
+## To see all Broker configurations,
+## see 
fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerConfig.java
+#####################################################################
+
+# INFO, WARNING, ERROR, FATAL
+# sys_log_level = INFO
+
 # the thrift rpc port
-broker_ipc_port=8000
+broker_ipc_port = 8000
 
 # client session will be deleted if not receive ping after this time
-client_expire_seconds=300
+client_expire_seconds = 300
+
+# Advanced configurations
+# sys_log_dir = ${BROKER_HOME}/log
+# sys_log_roll_num = 30
+# sys_log_roll_mode = SIZE-MB-1024
+# sys_log_verbose_modules = org.apache.doris
+# audit_log_dir = ${BROKER_HOME}/log
+# audit_log_roll_num = 10
+# audit_log_roll_mode = TIME-DAY
+# audit_log_modules =

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to