Skip to content

Commit 29f35f6

Browse files
scholzjppatierno
authored andcommitted
Fix logging issues and set default log level to INFO (#259)
1 parent 8814327 commit 29f35f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/docker/kafka_bridge_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ${MYPATH}/kafka_bridge_config_generator.sh | tee /tmp/kafka-bridge.properties
2626
echo ""
2727

2828
# Configure logging for Kubernetes deployments
29-
KAFKA_BRIDGE_LOG4J_OPTS="-Dlog4j.configuration=file:$STRIMZI_HOME/custom-config/log4j.properties"
29+
export KAFKA_BRIDGE_LOG4J_OPTS="-Dlog4j.configuration=file:$STRIMZI_HOME/custom-config/log4j.properties"
3030

3131
# Configure Memory
3232
. ${MYPATH}/dynamic_resources.sh

src/main/resources/log4j.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The logging properties used
33
#
44
log4j.rootLogger=INFO, out
5-
log4j.logger.io.strimzi.kafka.bridge=DEBUG, out
5+
log4j.logger.io.strimzi.kafka.bridge=INFO, out
66
log4j.additivity.io.strimzi.kafka.bridge=false
77

88
# CONSOLE appender not used by default

0 commit comments

Comments
 (0)