r.josp.jcpGWs.2.2.0.source-code.log4j2_project.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcpGWs Show documentation
Show all versions of jcpGWs Show documentation
This is the JCP Gateway executable from John O.S. Project
<?xml version="1.0" encoding="UTF-8"?> <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ The John Cloud Platform is the set of infrastructure and software required to provide ~ the "cloud" to an IoT EcoSystem, like the John Operating System Platform one. ~ Copyright 2021 Roberto Pompermaier ~ ~ This program is free software: you can redistribute it and/or modify ~ it under the terms of the GNU Affero General Public License as published ~ by the Free Software Foundation, either version 3 of the License, or ~ any later version. ~ ~ This program is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ GNU Affero General Public License for more details. ~ ~ You should have received a copy of the GNU Affero General Public License ~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> <Configuration xmlns:xi="http://www.w3.org/2001/XInclude" status="warn"> <Properties> <Property name="filename_base">jcpGWs</Property> </Properties> <Appenders> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/error.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/error-dark.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/error-file.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/error-libs.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/warning.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/warning-dark.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/warning-file.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/warning-libs.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/info.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/info-dark.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/info-file.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/info-libs.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/debug.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/debug-dark.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/debug-file.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/debug-libs.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/trace.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/trace-dark.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/trace-file.xml"/> <xi:include href="file:../../../src/jospCommons/resources/log4j2/appenders/trace-libs.xml"/> </Appenders> <Loggers> <Logger name="com.robypomper" additivity="false"> <AppenderRef ref="trace-libs"/> <AppenderRef ref="trace-file"/> </Logger> <Logger name="com.robypomper.josp.jcp" additivity="false"> <AppenderRef ref="trace"/> <AppenderRef ref="trace-file"/> </Logger> <Root additivity="false" level="ALL"> <AppenderRef ref="info-libs"/> <AppenderRef ref="info-file"/> </Root> </Loggers> </Configuration>