mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 04:19:45 +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
|
type: console
|
||||||
layout:
|
layout:
|
||||||
type: consolePattern
|
type: consolePattern
|
||||||
conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"
|
conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n"
|
||||||
|
|
||||||
file:
|
file:
|
||||||
type: dailyRollingFile
|
type: dailyRollingFile
|
||||||
@ -25,5 +25,5 @@ appender:
|
|||||||
datePattern: "'.'yyyy-MM-dd"
|
datePattern: "'.'yyyy-MM-dd"
|
||||||
layout:
|
layout:
|
||||||
type: pattern
|
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