Skip to content

Commit 5baf8c2

Browse files
committed
addon-rest isn't quite ready for the world yet. And ...
avoid log to file in containers.
1 parent 4ece24c commit 5baf8c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

10broker-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ data:
170170
171171
# Unspecified loggers and loggers with additivity=true output to server.log and stdout
172172
# Note that INFO only applies to unspecified loggers, the log level of the child logger is used otherwise
173-
log4j.rootLogger=INFO, stdout, kafkaAppender
173+
log4j.rootLogger=INFO, stdout
174174
175175
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
176176
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

prod-yolean.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ git checkout -b prod-yolean-$(date +"%Y%m%dT%H%M%S")
3434
for BRANCH in \
3535
addon-storage-classes \
3636
addon-metrics \
37-
addon-rest \
3837
addon-kube-events-topic
3938
do
4039
git merge --no-ff ${FROM}$BRANCH -m "prod-yolean merge ${FROM}$BRANCH" && \

0 commit comments

Comments
 (0)