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

.clusterra-pmbok-document.1.0.13.RELEASE.source-code.logback.xml Maven / Gradle / Ivy

Go to download

A application used as an example on how to set up pushing its components to the Central Repository.

There is a newer version: 1.1.3.RELEASE
Show newest version
<!--
  ~ Copyright (c) 2013. by Equmo. All rights reserved.
  ~ This material may not be duplicated for any profit-driven enterprise.
  ~ You may not use this file unless agreed with all Equmo contributors.
  -->

<configuration>

    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
        <encoder>
            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
        </encoder>
    </appender>

    <logger name="org.hibernate" level="WARN"/>
    <logger name="bitronix.tm" level="WARN"/>

    <root level="info">
        <appender-ref ref="STDOUT"/>
    </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy