Created
November 3, 2016 08:35
-
-
Save spinscale/a8a83a821514bc30262fc9048fbc0c0a to your computer and use it in GitHub Desktop.
colorful log4j logging properties for Elasticsearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Colorful output, if you are on the console only | |
#appender.console.layout.pattern = %highlight{[%d{ISO8601}][%-5p][%-25c{1.}] %marker%m%n} | |
appender.console.layout.pattern = %style{[%d{ISO8601}]}{cyan}%style{[%-5p]}{magenta}%style{[%-25c{1.}]}{green} %marker%m%n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment