![JAR search and dependency download from the Maven repository](/logo.png)
ermani.sentinel.1.0.2.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sentinel Show documentation
Show all versions of sentinel Show documentation
This is a Functional testing framework
<?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