You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/22 08:35:01 UTC

[GitHub] [pulsar] lhotari opened a new pull request #12915: Fix log level config for pulsar-admin, pulsar-client and pulsar-perf

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on pull request #12915: Fix log level config for pulsar-admin, pulsar-client and pulsar-perf

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #12915:
URL: https://github.com/apache/pulsar/pull/12915#issuecomment-975432160


   The patch works like a charm


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat merged pull request #12915: Fix log level config for pulsar-admin, pulsar-client and pulsar-perf

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #12915:
URL: https://github.com/apache/pulsar/pull/12915


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org