OpenSearch/config/logging.yml

20 lines
459 B
YAML
Raw Normal View History

2010-02-08 08:30:06 -05:00
rootLogger: INFO, console, file
logger:
# log action execution errors for easier debugging
action : DEBUG
2010-02-08 08:30:06 -05:00
appender:
console:
type: console
layout:
type: consolePattern
conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"
file:
type: dailyRollingFile
file: ${path.logs}/${cluster.name}.log
datePattern: "'.'yyyy-MM-dd"
layout:
type: pattern
conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"