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

frankchen pushed a commit to branch spdi-31
in repository https://gitbox.apache.org/repos/asf/druid.git

commit f81cf783c05ccbef88a338699a0a1d1ebfccf9bd
Author: Yuanli Han <[email protected]>
AuthorDate: Thu Aug 31 17:55:56 2023 +0800

    add console log to root
---
 examples/conf/druid/cluster/_common/log4j2.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/conf/druid/cluster/_common/log4j2.xml 
b/examples/conf/druid/cluster/_common/log4j2.xml
index eb24a2a8940..ce9b6040af1 100644
--- a/examples/conf/druid/cluster/_common/log4j2.xml
+++ b/examples/conf/druid/cluster/_common/log4j2.xml
@@ -49,7 +49,8 @@
 
   <Loggers>
     <Root level="info">
-      <AppenderRef ref="FileAppender"/>
+      <AppenderRef ref="Console"/>
+<!--      <AppenderRef ref="FileAppender"/>-->
     </Root>
 
     <!-- Set level="debug" to see stack traces for query errors -->


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

Reply via email to