You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2020/04/22 16:19:01 UTC

[druid] branch master updated: Add QueryResource to log4j2 template. (#9735)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 479c290  Add QueryResource to log4j2 template. (#9735)
479c290 is described below

commit 479c290fb93d51a1602830dd214fb6370bf717e2
Author: Gian Merlino <gi...@gmail.com>
AuthorDate: Wed Apr 22 09:18:45 2020 -0700

    Add QueryResource to log4j2 template. (#9735)
---
 examples/conf/druid/cluster/_common/log4j2.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/conf/druid/cluster/_common/log4j2.xml b/examples/conf/druid/cluster/_common/log4j2.xml
index 2f88d04..93e7ebd 100644
--- a/examples/conf/druid/cluster/_common/log4j2.xml
+++ b/examples/conf/druid/cluster/_common/log4j2.xml
@@ -30,6 +30,9 @@
     </Root>
 
     <!-- Set level="debug" to see stack traces for query errors -->
+    <Logger name="org.apache.druid.server.QueryResource" level="info" additivity="false">
+      <Appender-ref ref="Console"/>
+    </Logger>
     <Logger name="org.apache.druid.server.QueryLifecycle" level="info" additivity="false">
       <Appender-ref ref="Console"/>
     </Logger>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org