AaronQkuis opened a new pull request, #712: URL: https://github.com/apache/rocketmq-site/pull/712
Fix: broker log file is lower case Hi, I found the official docs has a error, so I fix it, the name of broker log file is error ## What is the purpose of the change the broker log file is not ~/logs/rocketmqlogs/Broker.log ,the right command is tail -f ~/logs/rocketmqlogs/broker.log ## Brief changelog fix the log file name ## Verifying this change ```shell tail -f ~/logs/rocketmqlogs/broker.log ``` -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org