File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ data:
170
170
171
171
# Unspecified loggers and loggers with additivity=true output to server.log and stdout
172
172
# 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
174
174
175
175
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
176
176
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ git checkout -b prod-yolean-$(date +"%Y%m%dT%H%M%S")
34
34
for BRANCH in \
35
35
addon-storage-classes \
36
36
addon-metrics \
37
- addon-rest \
38
37
addon-kube-events-topic
39
38
do
40
39
git merge --no-ff ${FROM} $BRANCH -m " prod-yolean merge ${FROM} $BRANCH " && \
You can’t perform that action at this time.
0 commit comments