
e.openbox.testu.2.1.0.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 testu Show documentation
Show all versions of testu Show documentation
TestU is for common RESTful API test framework
<?xml version="1.0" encoding="UTF-8"?> <configuration status="debug" packages="com.googlecode.openbox.log"> <appenders> <Console name="CONSOLE" target="SYSTEM_OUT"> <PatternLayout pattern="%d %-5p %c{2} - %m%n" /> <!--without location --> </Console> <TestngReportAppender name="TESTNGREPORTER" justContent="true"> <PatternLayout pattern="%d %-5p %c{2} - %m%n" /> </TestngReportAppender> </appenders> <loggers> <root level="info"> <appender-ref ref="CONSOLE" level="INFO" /> <!-- <appender-ref ref="DEBUG_FILE" /> --> <appender-ref ref="TESTNGREPORTER" level="INFO"/> </root> </loggers> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy