parakhnr commented on PR #2462:
URL: https://github.com/apache/helix/pull/2462#issuecomment-1529925345

   > Please excuse my ignorance, but isn't there resource settings for log4j 
which we can work with.
   
   Yeah there is a way to configure the log level for particular package/class 
in `log4j2.properties`. However, there is no way to configure the log level for 
a particular test as the setting is applicable for all the tests within the 
module and enabling `INFO` level for `helix-core` tests is expensive as the log 
size grew to ~2.5GB. So, unfortunately programatically changing the log level 
is the only way out.


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


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

Reply via email to