我认为所需要做的就是将阈值参数设置为OFF
<log4j:configuration threshold="OFF"> <root> <priority value ="off" /> <appender-ref ref="console" /> <appender-ref ref="rolling-file" /> </root></log4j:configuration>

我认为所需要做的就是将阈值参数设置为OFF
<log4j:configuration threshold="OFF"> <root> <priority value ="off" /> <appender-ref ref="console" /> <appender-ref ref="rolling-file" /> </root></log4j:configuration>