Skip to content

Instantly share code, notes, and snippets.

View jdoles's full-sized avatar

Justin jdoles

  • US
View GitHub Profile
@jdoles
jdoles / logging.yml
Last active February 5, 2017 00:49
elasticsearch logging.yml with syslog
# you can override this using by setting a system property, for example -Des.logger.level=DEBUG
es.logger.level: DEBUG
rootLogger: ${es.logger.level}, console, file, syslog
logger:
# log action execution errors for easier debugging
action: DEBUG
# reduce the logging for aws, too much is logged under the default INFO
com.amazonaws: WARN
# gateway