Open gtsiam opened 1 month ago
logging.basicConfig() is meant for application code. In client.py, it was setting up logging even when used as a library.
logging.basicConfig()
client.py
We run into this in frigate.
logging.basicConfig()
is meant for application code. Inclient.py
, it was setting up logging even when used as a library.We run into this in frigate.