view artifacts/doc/conf/log4j2.xml @ 9749:68c6fe74a276 3.2.x

Allow changing CGI scripts without re-building This is more in line with the fact, that the mapfile path is also configurable in artifact server.
author Tom Gottfried <tom@intevation.de>
date Thu, 22 Sep 2022 16:37:32 +0200
parents 7f8110eed9a3
children 432934cda171
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <Appenders>
        <Console name="Console" target="SYSTEM_OUT">
            <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5p %c{1} - %m%n"/>
        </Console>
    </Appenders>
    <Loggers>
        <Root level="DEBUG">
            <AppenderRef ref="Console"/>
        </Root>
        <Logger name="org.hibernate" level="WARN" additivity="false"/>
        <Logger name="net.sf.ehcache" level="WARN" additivity="false"/>
        <Logger name="org.eclipse" level="WARN" additivity="false"/>
        <Logger name="org.restlet" level="INFO" additivity="false"/>
    </Loggers>
</Configuration>

http://dive4elements.wald.intevation.org