We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143cfde commit 4732c60Copy full SHA for 4732c60
sample-operators/webpage/src/main/resources/log4j2.xml
@@ -2,7 +2,7 @@
2
<Configuration status="WARN">
3
<Appenders>
4
<Console name="Console" target="SYSTEM_OUT">
5
- <PatternLayout pattern="%tn %style{%d}{yellow} %style{%-30c{1.}}{cyan} %highlight{[%-5level] %msg%n%throwable}{INFO=black}"/>
+ <PatternLayout pattern="%style{%d}{yellow} %style{%-30c{1.}}{cyan} %highlight{[%-5level] %msg%n%throwable}{INFO=black}"/>
6
</Console>
7
</Appenders>
8
<Loggers>
0 commit comments