view spring-jms-playground/src/main/resources/logback-spring.xml @ 20:452cfefb0e1e default tip

Einfache Spring Application, die ihre config aus dem Spring Cloud Config Server liest
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 17 Sep 2020 17:25:15 +0200
parents 8504317b9a09
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false">
    <include resource="org/springframework/boot/logging/logback/base.xml"/>

<!--     <logger name="org.springframework.jms" level="DEBUG"/> -->
</configuration>