I am using a third-party library which has a log4j.xml configuration - what\'s the best way to turn off the logging?
With log4j.xml the minimal solution looks like this:
Note that in threshold="off", "off" must be in lower case.
threshold="off"