]> git.pld-linux.org Git - packages/elasticsearch.git/blob - config-logging.yml
use system jts package
[packages/elasticsearch.git] / config-logging.yml
1 rootLogger: INFO, file
2 logger:
3   # log action execution errors for easier debugging
4   action: DEBUG
5   # reduce the logging for aws, too much is logged under the default INFO
6   com.amazonaws: WARN
7
8
9   # gateway
10   #gateway: DEBUG
11   #index.gateway: DEBUG
12
13   # peer shard recovery
14   #index.shard.recovery: DEBUG
15
16   # discovery
17   #discovery: TRACE
18
19 appender:
20   file:
21     type: file
22     file: ${path.logs}/${cluster.name}.log
23     layout:
24       type: pattern
25       conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n"
This page took 0.153266 seconds and 3 git commands to generate.