8000 logging configuration · java-operator-sdk/samples@7793ee9 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 7793ee9

Browse files
committed
logging configuration
1 parent b5ca270 commit 7793ee9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tomcat/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="%style{%d}{yellow} %style{%-30c{1.}}{cyan} %highlight{[%-5level] %msg%n%throwable}{INFO=black}"/>-->
5+
<PatternLayout pattern="%d{HH:mm:ss.SSS} %-5level %l{36} - %msg%n"/>
66
</Console>
77
</Appenders>
88
<Loggers>

tomcat/src/test/resources/log4j2.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</Console>
77
</Appenders>
88
<Loggers>
9-
<Logger name="io.fabric8.kubernetes.client.dsl.internal" level="OFF"/>
109
<Root level="info">
1110
<AppenderRef ref="Console"/>
1211
</Root>

0 commit comments

Comments
 (0)
0