aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--61schemas.yml3
-rw-r--r--71rest.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/61schemas.yml b/61schemas.yml
index 4fe7097..f85d74c 100644
--- a/61schemas.yml
+++ b/61schemas.yml
@@ -13,6 +13,9 @@ spec:
containers:
- name: cp
image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf
+ env:
+ - name: SCHEMA_REGISTRY_LOG4J_OPTS
+ value: -Dlog4j.configuration=file:/etc/schema-registry/log4j.properties
command:
- schema-registry-start
- /etc/schema-registry/schema-registry.properties
diff --git a/71rest.yml b/71rest.yml
index e237357..f03f5b5 100644
--- a/71rest.yml
+++ b/71rest.yml
@@ -13,6 +13,9 @@ spec:
containers:
- name: cp
image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf
+ env:
+ - name: KAFKAREST_LOG4J_OPTS
+ value: -Dlog4j.configuration=file:/etc/kafka-rest/log4j.properties
command:
- kafka-rest-start
- /etc/kafka-rest/kafka-rest.properties