Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

fix(logging): implement scoped logging #152

Closed banesullivan closed 1 year ago

banesullivan commented 1 year ago

Implements properly scoped logging. Prior to these changes, wslink was hijacking the root logger for its logging and setting global configurations that would conflict with settings for other packages or by users.

fix #151

banesullivan commented 1 year ago

Not sure how to run the python tests in this package... someone should validate

jourdain commented 1 year ago

:tada: This PR is included in version 1.12.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: