You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I instantiate an acquire.Runtime I get a bunch of logging.ERROR level logs for drivers that I'm unlikely to ever use (since I don't have all those cameras).
I can silence these of course with getLogger("acquire").setLevel("CRITICAL") ... but that seems somewhat drastic. Are these just for the time being, intended for eventual removal? Or is there a better way to silence errors on unused drivers?
The text was updated successfully, but these errors were encountered:
When I instantiate an
acquire.Runtime
I get a bunch oflogging.ERROR
level logs for drivers that I'm unlikely to ever use (since I don't have all those cameras).I can silence these of course with
getLogger("acquire").setLevel("CRITICAL")
... but that seems somewhat drastic. Are these just for the time being, intended for eventual removal? Or is there a better way to silence errors on unused drivers?The text was updated successfully, but these errors were encountered: