All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hyperfoil-cli.0.24.2.source-code.log4j2-local-controller.xml Maven / Gradle / Ivy

There is a newer version: 0.27.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<Configuration name="CommandLineConfig">
    <Appenders>
        <File name="FILE" fileName="${sys:io.hyperfoil.rootdir:-/tmp/hyperfoil}/hyperfoil.local.log">
            <PatternLayout pattern="%d{HH:mm:ss,SSS} %-5p (%t) [%c{1.}] %m%throwable%n"/>
        </File>
    </Appenders>

    <Loggers>
        <!-- Infinispan is too noisy with all those rebalances -->
        <Logger name="org.infinispan" level="WARN"/>

        <Root level="${sys:io.hyperfoil.controller.log.level:-INFO}">
            <AppenderRef ref="FILE" level="TRACE"/>
        </Root>
    </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy