All Downloads are FREE. Search and download functionalities are using the official Maven repository.

acaldeira.flex-crawlers.1.12.source-code.logback.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<configuration>

    <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d %5p %40.40c:%4L - %m%n</pattern>
        </encoder>
    </appender>

    <!--
      ~ Set the required log level for the OGM components here.
      ~ To just see Cypher statements set the level to "info"
      ~ For finer-grained diagnostics, set the level to "debug".
    -->
    <logger name="org.neo4j.ogm" level="debug" />

    <root level="warn">
        <appender-ref ref="console" />
    </root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy