GenerousMan commented on code in PR #6507:
URL: https://github.com/apache/rocketmq/pull/6507#discussion_r1163650440
##########
broker/src/main/resources/rmq.broker.logback.xml:
##########
@@ -498,6 +498,34 @@
<appender-ref ref="RocketmqPopSiftingAppender_inner"/>
</appender>
+ <appender name="RocketmqColdCtrSiftingAppender"
class="ch.qos.logback.classic.sift.SiftingAppender">
+ <discriminator>
+ <key>brokerContainerLogDir</key>
+ <defaultValue>${file.separator}</defaultValue>
+ </discriminator>
+ <sift>
+ <appender name="RocketmqPopAppender"
Review Comment:
The appender's name should be renamed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]