Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FlorentinBulotAQ opened this issue Aug 19, 2019 · 0 comments
Labels

Comments

@FlorentinBulotAQ
Copy link
Contributor

FlorentinBulotAQ commented Aug 19, 2019

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.

@dhhagan dhhagan added v2.0 v2 and removed v2.0 labels Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants