mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-07 03:19:11 +00:00
add date by default to logs outputted
This commit is contained in:
parent
09cdc1c379
commit
5b9dc45b7f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user