rabbit-amazon-bridge.0.14.0.source-code.default-logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rabbit-amazon-bridge Show documentation
Show all versions of rabbit-amazon-bridge Show documentation
A general purpose service that route rabbit messages to services running in Amazon Web Services.
<?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