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

   Hi @ppkarwasz ,
   
   Thank you for your response, please check below requested details.
   
   In my application, there is a feature to dynamically update log levels and 
control the log rate. When we update the log level at the application level, 
all Java classes in the application adopt this new log level.
   
   Here's my issue:
   When I set the log level to "INFO", "WARN", or "ERROR" at the application 
level, all classes correctly log messages at the respective levels. However, 
there is one specific class, LciUtility.java, that continues to print DEBUG 
level logs even when the application log level is set to INFO, WARN, or ERROR.
   
   Note:
   The LciUtility class is located within the same application package as the 
other classes.
   
   Additional details:
   **appLevel** refers to the application-level log setting.
   **filterNewLogLevel** specifies the log level at which log rate control 
needs to be applied.
   
   Kindly check this info and provide suggestions how to resolve this issue.
   
   
   
   
   


-- 
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