ARTEMIS-1522 add date to timestamp in logs

This commit is contained in:
Pat Fox 2017-11-24 15:08:40 +01:00 committed by Clebert Suconic
parent c4ba7af01a
commit 519abde5ff
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ handler.FILE.formatter=PATTERN
# Formatter pattern configuration
formatter.PATTERN=org.jboss.logmanager.formatters.PatternFormatter
formatter.PATTERN.properties=pattern
formatter.PATTERN.pattern=%d{HH:mm:ss,SSS} %-5p [%c] %s%E%n
formatter.PATTERN.pattern=%d %-5p [%c] %s%E%n