Skip to content

Commit 9713c3e

Browse files
authored
chore(server): use magenta for trace log lines (#1877)
Trace lines by default are printed black which on a dark background is nearly unreadable unless you select the lines. With this change we print them magenta instead which is readable on dark and light backgrounds properly
1 parent caca02b commit 9713c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-binding-server/src/main/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Appenders>
55
<Console name="Console Appender">
66
<PatternLayout>
7-
<Pattern><![CDATA[%highlight{%d <%-5p> <%-35.35t> <%x> <%X> <%50.50c> %m}%n]]></Pattern>
7+
<Pattern><![CDATA[%highlight{%d <%-5p> <%-35.35t> <%x> <%X> <%50.50c> %m}{TRACE = magenta}%n]]></Pattern>
88
</PatternLayout>
99
</Console>
1010
</Appenders>

0 commit comments

Comments
 (0)