Removed *'s added to illustrate spacing

This commit is contained in:
chris.anatalio 2016-10-13 23:18:01 -07:00
parent 7b6418e84c
commit a55b725cd3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>web - %date [%thread] %-5level %logger{36} - %message%n
</pattern>