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:
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
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")
3434for BRANCH in \
3535 addon-storage-classes \
3636 addon-metrics \
37- addon-rest \
3837 addon-kube-events-topic
3938do
4039 git merge --no-ff ${FROM} $BRANCH -m " prod-yolean merge ${FROM} $BRANCH " && \
You can’t perform that action at this time.
0 commit comments