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 2020/03/02 18:04:54 UTC

[GitHub] [pulsar] mannjani opened a new issue #6459: Unable to disable logs for python bindings

mannjani opened a new issue #6459: Unable to disable logs for python bindings
URL: https://github.com/apache/pulsar/issues/6459
 
 
   **Describe the bug**
   I am not able to disable logs from python bindings.
   I have tried passing an empty file into log_conf_file_path.
   I have tried passing a valid log4cxx configuration file without any console appenders.
   It is still printing logs on the console
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Create an empty file
   2. Start python console
   3. import pulsar
   4. c = pulsar.Client(service_url="", log_conf_file_path=empty)
   5. p = c.create_producer("topic")
   
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
   
   **Additional context**
   Add any other context about the problem here.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services