This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 1508b92ff23ed4b5bd195a39ea2fafeeda542f1f Author: xu tao <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
