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
Just a suggestion for improvement as the logger creates conflict when integrating it with other loggers. I am happy to do it if people deem it necessary. Otherwise, a workaround is to use:
for handler in logging.root.handlers[:]: logging.root.removeHandler(handler)
in the script you use to run the py-opc library.
With best wishes.
The text was updated successfully, but these errors were encountered:
Hello,
Just a suggestion for improvement as the logger creates conflict when integrating it with other loggers. I am happy to do it if people deem it necessary. Otherwise, a workaround is to use:
for handler in logging.root.handlers[:]: logging.root.removeHandler(handler)
in the script you use to run the py-opc library.
With best wishes.
The text was updated successfully, but these errors were encountered: