On 22.09.2012 15:48, Christian Grobmeier wrote:
On Sat, Sep 22, 2012 at 3:46 PM, Ralph Goers <ralph.go...@dslextreme.com> wrote:
Thank, Ceki.  I obviously take your concerns very seriously and will look into 
these asap.

Maybe we can push the used configuration/code for the perfomance test to github?
That way it is more easy to follow which version has been used and
which settings.


The relevant files can be found under:

http://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk/core/src/test/

The resources/logback-perf.xml file should be modified to read:

<configuration>
 <appender name="TestLogfile" class="ch.qos.logback.core.FileAppender">
   <file>target/testlogback.log</file>
   <encoder>
     <pattern>%d{ISO8601} %5p [%t] %c{0} %X{transactionId} - %m%n</pattern>
    <!-- this quadruples logging throughput -->
    <immediateFlush>false</immediateFlush>
   </encoder>
 </appender>

 <root level="debug">
   <appender-ref ref="TestLogfile" />
 </root>
</configuration>

HTH,

--
Ceki

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to