Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add log level config in pulsar-client (apache#8195)
### Motivation When using pulsar-client CLI, we have a lot of log4j logs useless for just sending/receiving messages. It could great to not display these logs with just a env variable (like in pulsar-admin). ### Modifications The log level can be configured with the system property `pulsar.log.level` for the Java application. The modification is the ability to set this level using a env variable PULSAR_LOG_LEVEL (default: info).
- Loading branch information