Fix log format

No need for fixed length strings
This commit is contained in:
Vinnie 2016-05-06 06:07:24 -04:00
parent e1e1c60e51
commit eb47e6c892
1 changed files with 2 additions and 1 deletions

View File

@ -19,4 +19,5 @@ colorLoggingLevel: true
# %line - Line number
#
# For more details vist: https://logging.apache.org/log4j/2.x/manual/layouts.html#Patterns
logFormat: '[%d{HH:mm:ss} %-5level]: %msg%n'
logFormat: '[%d{HH:mm:ss} %level]: %msg%n'