confluentinc / confluent-docker-utils

Common Python utils for testing Confluent's Docker images
Apache License 2.0
2 stars 3 forks source link

Use component-specific log4j config files #48

Closed gracechensd closed 1 year ago

gracechensd commented 1 year ago

Context: Based off of #47 In many CP images we already have a log4j property file at /etc/$COMPONENT/log4j.properties, which is configurable by customers and documented here. We want CP images to use said log4j.properties files.

Changes Use component-specific log4j config files which are found at /etc/$COMPONENT/log4j.properties, or /etc/cp-base-new-/log4j.properties by default. $COMPONENT is an environment variable which is defined by individual CP repos, e.g. kafka-mqtt here

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

gracechensd commented 1 year ago

Will update common-docker's versions after merging this and kick off new image builds