Mercurial > hg > SpringPlayground
annotate spring-jms-playground/src/main/resources/logback-spring.xml @ 19:fe6a57f7a2cf
Spring Cloud Config server
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 17 Sep 2020 17:24:48 +0200 |
parents | 8504317b9a09 |
children |
rev | line source |
---|---|
18
8504317b9a09
Erweiterung um Sleuth, manuelle Konfiguration von Spring
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
8504317b9a09
Erweiterung um Sleuth, manuelle Konfiguration von Spring
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff
changeset
|
2 <configuration debug="false"> |
8504317b9a09
Erweiterung um Sleuth, manuelle Konfiguration von Spring
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff
changeset
|
3 <include resource="org/springframework/boot/logging/logback/base.xml"/> |
8504317b9a09
Erweiterung um Sleuth, manuelle Konfiguration von Spring
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff
changeset
|
4 |
8504317b9a09
Erweiterung um Sleuth, manuelle Konfiguration von Spring
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff
changeset
|
5 <!-- <logger name="org.springframework.jms" level="DEBUG"/> --> |
8504317b9a09
Erweiterung um Sleuth, manuelle Konfiguration von Spring
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff
changeset
|
6 </configuration> |