scala - Customizing logback color scheme -


i have been messing logback coloring , im wondering if can change highlighting colors. right have this

enter image description here

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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -