lhotari opened a new pull request #12915:
URL: https://github.com/apache/pulsar/pull/12915


   ### Motivation
   
   Logger.isDebugEnabled will evaluate to true in the default configuration due 
to #7789 change. 
   The problem was mitigated for `bin/pulsar` script by #8908 . 
   This PR addressed the issue `pulsar-admin`, `pulsar-client` and 
`pulsar-perf`. 
   
   ### Modifications
   
   Set `pulsar.log.root.level` system property to `info` by default and make it 
configurable with `PULSAR_LOG_ROOT_LEVEL` environment variable, in the similar 
way as it is achieved in `bin/pulsar`.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to