Jason918 opened a new issue #10669: URL: https://github.com/apache/pulsar/issues/10669
**Describe the bug** $PULSAR_GC_LOG missing when start broker with cmd `bin/puslar start broker` Java GC log is quite useful in production environment, IMHO, It's better take affects by default. **To Reproduce** Steps to reproduce the behavior: 1. Deploy a broker following the instrustions here: https://pulsar.apache.org/docs/en/deploy-bare-metal/ 2. Run this command `ps aux | grep PulsarBrokerStarter`, you will get the actual running cmd. 3. You will find that there is no arguments about gc logs, though $PULSAR_GC_LOG is set in pulsar_env.sh. **Expected behavior** $PULSAR_GC_LOG should appear in actual running cmd by default. -- 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]
