Skip to content

Commit 6226208

Browse files
authored
fix: remove resource name that pollutes the logs (#753)
1 parent 426b129 commit 6226208

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/test/resources

1 file changed

+1
-1
lines changed

operator-framework-core/src/test/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="%d %threadId %-30c{1.} [%-5level] resource.name=%X{resource.name} %msg%n%throwable "/>
5+
<PatternLayout pattern="%d %threadId %-30c{1.} [%-5level] %msg%n%throwable "/>
66
</Console>
77
</Appenders>
88
<Loggers>

0 commit comments

Comments
 (0)