How do I turn logging off using log4j?

前端 未结 5 1252
独厮守ぢ
独厮守ぢ 2020-12-30 09:16

I am using a third-party library which has a log4j.xml configuration - what\'s the best way to turn off the logging?

5条回答
  •  一生所求
    2020-12-30 10:03

    You could also try setting the logging level to "Severe" if you only want to log game-breaking events.

提交回复
热议问题