Skip to content
Snippets Groups Projects
Commit 1774d626 authored by Jason Tedor's avatar Jason Tedor
Browse files

Elasticsearch 5: Format transport client logs

This commit adds some basic formatting to the transport client logs for
the transport client used in the Elasticsearch 5 binding.
parent 6d14ff4e
No related branches found
No related tags found
No related merge requests found
appender.console.type = Console
appender.console.name = console
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%m%n
rootLogger.level = info
rootLogger.appenderRef.console.ref = console
\ No newline at end of file
rootLogger.appenderRef.console.ref = console
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment