py-opc icon indicating copy to clipboard operation
py-opc copied to clipboard

Suggestion for improvement - Set the logging internally to the _OPC class

Open FlorentinBulotAQ opened this issue 5 years ago • 0 comments

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.

FlorentinBulotAQ avatar Aug 19 '19 13:08 FlorentinBulotAQ