Skip to content

Commit

Permalink
test: include conversionRule for clr keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Sep 29, 2024
1 parent df314eb commit 767958f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<conversionRule conversionWord="clr" converterClass="org.springframework.boot.logging.logback.ColorConverter" />
<springProperty name="application_name" source="spring.application.name"/>

<statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener"/>
Expand Down

0 comments on commit 767958f

Please sign in to comment.