Skip to content

Commit

Permalink
#1809 - accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Oct 25, 2024
1 parent 1515aa9 commit 76009c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/src/test/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="fileAppender" class="ch.qos.logback.core.ConsoleAppender">
<!-- <file>target/skills-service-tests.log</file>-->
<appender name="fileAppender" class="ch.qos.logback.core.FileAppender">
<file>target/skills-service-tests.log</file>
<encoder>
<pattern>%d [%thread] %level %mdc %logger{50} - %msg%n</pattern>
</encoder>
Expand Down

0 comments on commit 76009c9

Please # to comment.