ik-testing.1.5.6.source-code.log4j2-test.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqwik-testing Show documentation
Show all versions of jqwik-testing Show documentation
Jqwik Testing support module
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Appenders> <Console propertyName="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/> </Console> </Appenders> <Loggers> <Logger propertyName="net.jqwik" level="error"/> <Root level="error"> <AppenderRef ref="Console"/> </Root> </Loggers> </Configuration>