This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 726ed7298 fix broker log path typo (#4307)
726ed7298 is described below
commit 726ed7298c65ee9df47eb45aad47a78747eceef5
Author: gobbq <[email protected]>
AuthorDate: Sun May 15 10:48:31 2022 +0800
fix broker log path typo (#4307)
Co-authored-by: 文泊 <[email protected]>
---
docs/en/operation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/operation.md b/docs/en/operation.md
index 41647d548..016e718b9 100644
--- a/docs/en/operation.md
+++ b/docs/en/operation.md
@@ -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...
```