-
Hi, I am using [2025-05-15 11:36:21,122] INFO 100.64.111.149 - - [15/May/2025:11:36:21 +0000] "GET /mode HTTP/1.1" 200 20 "-" "confluent-operator" 1 (io.confluent.rest-utils.requests) │
│ [2025-05-15 11:36:29,672] INFO 10.108.74.209 - - [15/May/2025:11:36:29 +0000] "GET / HTTP/1.1" 200 2 "-" "kube-probe/1.31+" 1 (io.confluent.rest-utils.requests) im my k8s environment. I tried spec:
containers:
- env:
- name: LOG_LEVEL
value: WARN which did not help. Kind regards and any help is appreciated. Best, Manuel |
Beta Was this translation helpful? Give feedback.
Answered by
mavogel
Jun 16, 2025
Replies: 2 comments
-
@GunalKupta sorry to ask you directly. Referring to #3663 you might be able to answer here quickly (I assume :) ) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, fixed it via :) after digging through the code spec:
containers:
- env:
- name: SCHEMA_REGISTRY_LOG4J_OPTS
value: "-Dlog4j.rootLogger=WARN,stdout" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mavogel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, fixed it via :) after digging through the code