ppkarwasz commented on issue #2765:
URL: 
https://github.com/apache/logging-log4j2/issues/2765#issuecomment-2245949113

   Hi @MohammadNC,
   
   Can you explain what are you trying to achieve? Which level do you set to 
`DEBUG`?
   
   Your programmatic configuration seems equivalent to:
   
   ```xml
   <Loggers>
     <Root level="INFO">
       <BurstFilter onMatch="ACCEPT onMismatch="DENY" 
level="${filterNewLogLevel|"/>
       <AppenderRef ref="console"/>
     </Root>
     <Logger name="com.oracle.cgbu.cne"
             level="${appLevel}/>
   </Loggers>
   ```
   
   What values of `${filterNewLogLevel}` and `${appLevel}` are you using?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to