scala - Customizing logback color scheme -
i have been messing logback coloring , im wondering if can change highlighting colors. right have this
which ok, make info blue, warnings yellow , errors non-bold red or along lines. possible? also, possible select different colors logger name highlighting? instance, if wanted com.blah cyan , org.apache logger magenta or else? current pattern
<pattern>%d{hh:mm:ss.sss} %highlight(%-5level) [%thread] %cyan(%logger{36}) - %highlight(%msg%n)</pattern> this scala project sbt , use logback logging if makes difference.

Comments
Post a Comment