add date by default to logs outputted

This commit is contained in:
kimchy 2010-09-15 23:04:47 +02:00
parent 09cdc1c379
commit 5b9dc45b7f

View File

@ -17,7 +17,7 @@ appender:
type: console
layout:
type: consolePattern
conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"
conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n"
file:
type: dailyRollingFile
@ -25,5 +25,5 @@ appender:
datePattern: "'.'yyyy-MM-dd"
layout:
type: pattern
conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"
conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n"