org.apache.log4jクラスAsyncAppenderでpublicvoidsetBufferSize(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後も大きくなり続けます!理由は何ですか?