Hi, I am using a third-party library which has a log4j.xml configuration - what's the best way to turn off the logging?
|
|
|||||
|
|
|
I think all that is required is to set the threshold parameter to OFF
|
||
|
|
|
|
Or directly from code:
|
||
|
|
|
|
You could also try setting the logging level to "Severe" if you only want to log game-breaking events. |
||
|
|
|
|
Depends on configuration. Try something like:
Check Log4jXmlFormat for more details. |
||
|
|
