mirror of
https://github.com/games647/ColorConsole.git
synced 2024-11-13 06:04:46 +01:00
Fix log format
No need for fixed length strings
This commit is contained in:
parent
e1e1c60e51
commit
eb47e6c892
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user