Skip to content

Commit 4732c60

Browse files
committed
log4j pattern revert
1 parent 143cfde commit 4732c60

File tree

1 file changed

+1
-1
lines changed
  • sample-operators/webpage/src/main/resources

1 file changed

+1
-1
lines changed

sample-operators/webpage/src/main/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Configuration status="WARN">
33
<Appenders>
44
<Console name="Console" target="SYSTEM_OUT">
5-
<PatternLayout pattern="%tn %style{%d}{yellow} %style{%-30c{1.}}{cyan} %highlight{[%-5level] %msg%n%throwable}{INFO=black}"/>
5+
<PatternLayout pattern="%style{%d}{yellow} %style{%-30c{1.}}{cyan} %highlight{[%-5level] %msg%n%throwable}{INFO=black}"/>
66
</Console>
77
</Appenders>
88
<Loggers>

0 commit comments

Comments
 (0)