From eb1a1020055ecca572d0dac9a9d5bfb853b3d722 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Tue, 1 Aug 2017 12:16:53 +0200 Subject: Once again be explicit (=unsurprising) about log config path --- 61schemas.yml | 3 +++ 71rest.yml | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit v1.2.3