Skip to content

Commit 818b173

Browse files
labuladongericsyh
authored andcommitted
Fix warning log (#1212)
log4j2 for toolset is not the same one with brokers. Change log level to ERROR. (cherry picked from commit 1e770b5)
1 parent c0a71d6 commit 818b173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/sn-platform-slim/conf/toolset/log4j2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
Configuration:
22-
status: INFO
22+
status: ERROR
2323
monitorInterval: 30
2424
name: pulsar
2525
packages: io.prometheus.client.log4j2

charts/sn-platform/conf/toolset/log4j2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
Configuration:
22-
status: INFO
22+
status: ERROR
2323
monitorInterval: 30
2424
name: pulsar
2525
packages: io.prometheus.client.log4j2

0 commit comments

Comments
 (0)