Skip to content
Snippets Groups Projects
Unverified Commit afb81c9e authored by Jimmy Berry's avatar Jimmy Berry Committed by GitHub
Browse files

resources/log4j2.xml: remove ansi formatting. (#13553)

Avoid ansi output from log4j2 so that the environment variable NO_COLOR
behaves as expected.
parent 1c350ed5
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
<Configuration>
<Appenders>
<Console name="STDOUT" target="SYSTEM_OUT">
<PatternLayout pattern="%d %highlight{%p} %style{%c{2}}{bright} :: %m%n">
<PatternLayout pattern="%d %p %c{2} :: %m%n">
<replace regex=":basic-auth \\[.*\\]" replacement=":basic-auth [redacted]"/>
</PatternLayout>
</Console>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment