Skip to content

fix(logging): implement scoped logging#152

Merged
jourdain merged 4 commits into
Kitware:masterfrom
banesullivan:patch/logging
Oct 25, 2023
Merged

fix(logging): implement scoped logging#152
jourdain merged 4 commits into
Kitware:masterfrom
banesullivan:patch/logging

Conversation

@banesullivan

Copy link
Copy Markdown
Contributor

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

Comment thread python/src/wslink/backends/aiohttp/launcher.py Outdated
Comment thread python/src/wslink/backends/aiohttp/launcher.py Outdated
@banesullivan

Copy link
Copy Markdown
Contributor Author

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

Comment thread python/src/wslink/backends/aiohttp/__init__.py
Comment thread python/src/wslink/protocol.py Outdated
@jourdain jourdain merged commit 07094c3 into Kitware:master Oct 25, 2023
github-actions Bot pushed a commit that referenced this pull request Oct 25, 2023
## [1.12.4](v1.12.3...v1.12.4) (2023-10-25)

### Bug Fixes

* **logging:** implement scoped logging ([#152](#152)) ([07094c3](07094c3)), closes [#151](#151)
@jourdain

Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 1.12.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aiohttp backend needs its own logger

2 participants