python-onvif-zeep icon indicating copy to clipboard operation
python-onvif-zeep copied to clipboard

Do not call logging.basicConfig() in library code

Open gtsiam opened this issue 1 year ago • 0 comments

logging.basicConfig() is meant for application code. In client.py, it was setting up logging even when used as a library.

We run into this in frigate.

gtsiam avatar Sep 28 '24 18:09 gtsiam