Mercurial > hg > SpringPlayground
view spring-boot-playground/src/test/resources/logback-test.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 | 5870f5695e43 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <Pattern> %36.-36logger{36} : %msg%n </Pattern> </encoder> </appender> <root level="ERROR"> <appender-ref ref="STDOUT" /> </root> </configuration>