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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8ed1d87d7 [enhancement](config): Change root log level to info in 
broker log (#24023)
a8ed1d87d7 is described below

commit a8ed1d87d72854a064160cd46e19687bebb29a5e
Author: xu tao <xutao_u...@163.com>
AuthorDate: Sat Sep 9 17:56:50 2023 +0800

    [enhancement](config): Change root log level to info in broker log (#24023)
---
 fs_brokers/apache_hdfs_broker/conf/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs_brokers/apache_hdfs_broker/conf/log4j.properties 
b/fs_brokers/apache_hdfs_broker/conf/log4j.properties
index ee72e870db..475940ba35 100644
--- a/fs_brokers/apache_hdfs_broker/conf/log4j.properties
+++ b/fs_brokers/apache_hdfs_broker/conf/log4j.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-log4j.rootLogger = debug,stdout,D
+log4j.rootLogger = info,stdout,D
 
 log4j.appender.stdout = org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.Target = System.out


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to