aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-08-01 12:16:53 +0200
committerStaffan Olsson <staffan@repos.se>2017-08-01 12:16:53 +0200
commiteb1a1020055ecca572d0dac9a9d5bfb853b3d722 (patch)
treeb4aeaaeaaaedc52d2c65e8a3690c924638e8a3ec
parent86183d83eb715c97e8647cd16cd963ead542f512 (diff)
downloadkubernetes-kafka-eb1a1020055ecca572d0dac9a9d5bfb853b3d722.tar.gz
kubernetes-kafka-eb1a1020055ecca572d0dac9a9d5bfb853b3d722.tar.bz2
kubernetes-kafka-eb1a1020055ecca572d0dac9a9d5bfb853b3d722.zip
Once again be explicit (=unsurprising) about log config path
-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