在 org.apache.log4j 类 AsyncAppender public void setBufferSize(int size)
Sets the number of messages allowed in the event
buffer before the calling thread is blocked (if blocking is true)
or until messages are summarized and discarded. Changing the size
will not affect messages already in the buffer.
我已经配置了 10,000 个。但是文件还在10K之后继续增长!是什么原因?