Hello, I am using the zookeeper Python bindings and am trying to suppress the INFO level log messages it is producing. I am new to Python logging. I tried reconfiguring it with the following to no avail:
logging.basicConfig(level=logging.ERROR) Any tips? Thanks, Ben
