Replies: 1 comment 8 replies
-
That looks like the log4j2 properties for the Cluster Operator. Are you trying to use it with Kafka broker? Kafka is using Log4j 1 => so this would not work. Or what exactly are you trying to do? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an issue setting the log configuration for the Cluster Operator on Strimzi 0.21.0 on OpenShift 3.11. Maybe it's a bug, maybe it's me, I have double checked everything but can't see any problem with my setup.
The error message is flooding my log on every reconciliation:
2021-01-27 15:29:48 WARN KafkaBrokerLoggingConfigurationDiff:252 - Invalid logging level: . Using WARN as a failover.
My log configuration is this:
All log levels look good for me. Any hint is very much appreciated.
It would be nice if there was a hint to the location of the problem log level in future.
Thanks in advance
Michael
Beta Was this translation helpful? Give feedback.
All reactions