Mrcopytuo opened a new issue #10985: URL: https://github.com/apache/pulsar/issues/10985
**Describe the bug** Command "bin/pulsar standalone" did work as the document. **To Reproduce** Steps to reproduce the behavior: 1. Use the wget command provided to doenload Pulsar 2. Navigate to the resulting directory: apache-pulsar-2.8.0 3. Use Command"bin/pulsar standalone" to start 4. My info-level log messages is like: 11:04:44.580 [main-EventThread] INFO org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase - **ZooKeeper client is connected now**. 11:04:44.583 [main] INFO org.apache.pulsar.broker.authentication.AuthenticationService - Authentication is disabled 11:04:44.583 [main] INFO org.apache.pulsar.websocket.WebSocketService - Pulsar WebSocket Service started **Expected behavior** info-level log messages should be like: 2017-06-01 14:46:29,192 - INFO - [main:WebSocketService@95] - **Configuration Store cache started** 2017-06-01 14:46:29,192 - INFO - [main:AuthenticationService@61] - Authentication is disabled 2017-06-01 14:46:29,192 - INFO - [main:WebSocketService@108] - Pulsar WebSocket Service started **Screenshots**  **Desktop (please complete the following information):** - OS: Debian 10.x 64byte(Virtual machine) **Additional context** I can't run the command "bin/pulsar standalone" in my Windows system even using git bash. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
