fix broker log path typo (#4307)

Co-authored-by: 文泊 <xll333993@alibaba-inc.com>
This commit is contained in:
gobbq
2022-05-15 10:48:31 +08:00
committed by GitHub
parent eaf0ce0991
commit 726ed7298c
+1 -1
View File
@@ -26,7 +26,7 @@ The Name Server boot success...
$ nohup sh bin/mqbroker -n localhost:9876 &
### check whether Broker is successfully started, eg: Broker's IP is 192.168.1.2, Broker's name is broker-a
$ tail -f ~/logs/rocketmqlogs/Broker.log
$ tail -f ~/logs/rocketmqlogs/broker.log
The broker[broker-a, 192.169.1.2:10911] boot success...
```