You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Please tell us about your environment:
branch: 5.0.0-beta
Linux
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.