Skip to content

Commit

Permalink
Don't output package information to the log.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Feb 7, 2018
1 parent 72ffd87 commit 7ae3fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<Pattern>
%d{yyyy-MM-dd HH:mm:ss} %-5level - %msg %n
%d{yyyy-MM-dd HH:mm:ss} - %msg %n
</Pattern>
</encoder>
</appender>
Expand All @@ -14,7 +14,7 @@
<append>true</append>
<encoder>
<Pattern>
%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg %n
%d{yyyy-MM-dd HH:mm:ss} - %msg %n
</Pattern>
</encoder>
</appender>
Expand Down

0 comments on commit 7ae3fe1

Please sign in to comment.