Use only encrypted send

This commit is contained in:
Manfred Karrer 2015-04-13 12:27:27 +02:00
parent b2eb52e5bd
commit 37f228b049
4 changed files with 8 additions and 19 deletions

View file

@ -19,7 +19,7 @@
<configuration>
<appender name="CONSOLE_APPENDER" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg %xEx%n</pattern>
<pattern>%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg %xEx%n</pattern>
</encoder>
</appender>