Skip to content

Commit eb1a102

Browse files
committed
Once again be explicit (=unsurprising) about log config path
1 parent 86183d8 commit eb1a102

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

61schemas.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ spec:
1313
containers:
1414
- name: cp
1515
image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf
16+
env:
17+
- name: SCHEMA_REGISTRY_LOG4J_OPTS
18+
value: -Dlog4j.configuration=file:/etc/schema-registry/log4j.properties
1619
command:
1720
- schema-registry-start
1821
- /etc/schema-registry/schema-registry.properties

71rest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ spec:
1313
containers:
1414
- name: cp
1515
image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf
16+
env:
17+
- name: KAFKAREST_LOG4J_OPTS
18+
value: -Dlog4j.configuration=file:/etc/kafka-rest/log4j.properties
1619
command:
1720
- kafka-rest-start
1821
- /etc/kafka-rest/kafka-rest.properties

0 commit comments

Comments
 (0)