ti.wakamiti-launcher.2.6.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 wakamiti-launcher Show documentation
Show all versions of wakamiti-launcher Show documentation
Standalone launcher for Wakamiti
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ This Source Code Form is subject to the terms of the Mozilla Public ~ License, v. 2.0. If a copy of the MPL was not distributed with this ~ file, You can obtain one at https://mozilla.org/MPL/2.0/. --> <Configuration status="WARN"> <Properties> <Property name="log4j.skipJansi">false</Property> </Properties> <Appenders> <Console name="Console" target="SYSTEM_OUT" follow="true"> <PatternLayout pattern="%m%n"/> </Console> </Appenders> <Loggers> <Root level="info"> <AppenderRef ref="Console"/> </Root> <Logger name="es.iti.wakamiti" level="info"/> <Logger name="es.iti.commons" level="info"/> <Logger name="org.eclipse" level="info"/> <Logger name="com.jayway" level="info" /> </Loggers> </Configuration>