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

ermani.sentinel.1.0.2.source-code.log4j2.xml Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <Appenders>
        <Console name="Console" target="SYSTEM_OUT">
            <PatternLayout pattern="%d{HH:mm:ss,SSS} [%-5p] [%l] - %msg%n"/>
        </Console>
        <RollingFile name="AutomationRollingFile">
            <FileName>logs/automation.log</FileName>
            <FilePattern>logs/hystory-logs/%d{yyyy-MM-dd-hh-mm}.log.zip</FilePattern>
            <PatternLayout>
                <Pattern>%d{HH:mm:ss,SSS} [%-5p] [%t] [%c] - %msg%n</Pattern>
            </PatternLayout>
            <Policies>
                <SizeBasedTriggeringPolicy size="20 MB" />
            </Policies>
            <DefaultRolloverStrategy max="5" />
        </RollingFile>
    </Appenders>
    <Loggers>
        <Root level="INFO">
            <AppenderRef ref="Console"/>
        </Root>
    </Loggers>
</Configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy