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

all.Hadrian.1.4.3.source-code.logback.xml Maven / Gradle / Ivy

Go to download

Hadrian is a DevOps UI, Inventory, and Auditing system that plugs into other tools to execute actions.

There is a newer version: 1.15.2
Show newest version
<configuration>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{30} - %msg%n</pattern>
        </encoder>
    </appender>

    <logger name="org.eclipse.jetty" level="INFO" />
    <logger name="com.northernwall.hadrian" level="INFO" />
    <logger name="com.datastax" level="INFO" />
    <logger name="io.netty" level="INFO" />
    <root level="debug">
        <appender-ref ref="STDOUT" />
    </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy