blob: ae24398e84b1fce16f0b7bc791d3ef14f270b015 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="OFF">
<Appenders>
<RandomAccessFile name="RandomAccessFile" fileName="perftest.log" immediateFlush="false" append="false">
<PatternLayout>
<Pattern>%d %p %c{1.} %C %location %line [%t] %X{aKey} %m %ex%n</Pattern>
</PatternLayout>
</RandomAccessFile>
</Appenders>
<Loggers>
<Root level="info" includeLocation="true">
<appender-ref ref="RandomAccessFile"/>
</Root>
</Loggers>
</Configuration>