mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
fix broker log path typo (#4307)
Co-authored-by: 文泊 <xll333993@alibaba-inc.com>
This commit is contained in:
@@ -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...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user