Skip to content

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

Description

@FlorentinBulotAQ

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions