QubitPi removed a comment on issue #5922: Logging in Druid extensions
URL: 
https://github.com/apache/incubator-druid/issues/5922#issuecomment-401893414
 
 
   Thanks, @gianm . I have the following log4j2 under resource folder, but 
problem is still there when I tried to print a debug() message:
   
   ```
   <Configuration status="WARN">
       <Appenders>
           <Console name="Console" target="SYSTEM_OUT">
               <PatternLayout pattern="%d{ISO8601} %p [%t] %c - %m%n"/>
           </Console>
       </Appenders>
       <Loggers>
           <Root level="info">
               <AppenderRef ref="Console"/>
           </Root>
       </Loggers>
   </Configuration>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to