Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Colored log output
Browse files Browse the repository at this point in the history
Summary: How about a more colored friendly log?

Test Plan: n/a

Reviewers: unterstein, jeschkies, jasongilanfarr

Reviewed By: jeschkies, jasongilanfarr

Subscribers: jenkins, marathon-team

Differential Revision: https://phabricator.mesosphere.com/D442
  • Loading branch information
Aleksey Dukhovniy authored and jeschkies committed Jan 26, 2017
1 parent d1e6091 commit 4cc8b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<shutdownHook class="ch.qos.logback.core.hook.DelayingShutdownHook"/>
<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>[%date] %-5level %message \(%logger:%thread\)%n</pattern>
<pattern>[%date] %highlight(%-5level) %message \(%logger:%thread\)%n</pattern>
</encoder>
</appender>
<appender name="async" class="ch.qos.logback.classic.AsyncAppender">
Expand Down

0 comments on commit 4cc8b2f

Please sign in to comment.