Skip to content

Commit

Permalink
Merge pull request #37 from SKOCHERI/DE-L
Browse files Browse the repository at this point in the history
Updating logback with console
  • Loading branch information
SKOCHERI authored Jan 25, 2022
2 parents 69d9e86 + 1165abd commit f071f43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
<appender-ref ref="REQUESTS"/>
</appender>

<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{ISO8601} [%thread] %X{CID} %-5level %logger{36} - %msg%n</pattern>
<charset>utf8</charset>
</encoder>
</appender>

<logger name="org.springframework.boot" level="INFO"/>

<springProfile name="local">
Expand Down

0 comments on commit f071f43

Please sign in to comment.