cserwen opened a new issue, #4192:
URL: https://github.com/apache/rocketmq/issues/4192

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   Container has 3 brokers for each node.
   
   - What is expected to see?
   Logs belonging to different brokers should be output to different 
directories.
   
   - What did you see instead?
   The log is output by defaultAppend, that is, the log is output to the same 
directory
   
   2. Please tell us about your environment:
   - branch: 5.0.0-beta
   - Linux
   
   4. Other information (e.g. detailed explanation, logs, related issues, 
suggestions on how to fix, etc):
    The logger for different brokers can't be found because brokerId for 
dLedger may be changed. We should use dLedgerId to replace brokerId for dLedger 
mode.
   


-- 
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]

Reply via email to