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

rabbit-amazon-bridge.0.14.0.source-code.default-logback.xml Maven / Gradle / Ivy

Go to download

A general purpose service that route rabbit messages to services running in Amazon Web Services.

There is a newer version: 0.14.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>

    <property resource="application.properties" />

    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <layout class="com.tyro.oss.rabbit_amazon_bridge.logging.LogbackStructuredLogLayout">
            <artifactId>${spring.application.name}</artifactId>
            <artifactVersion>${version}</artifactVersion>
            <logType>app</logType>
            <syslogFormat>structured</syslogFormat>
        </layout>
    </appender>

    <root level="INFO">
        <appender-ref ref="STDOUT"/>
    </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy