feat(connectors-sdk): add logging module and expose Logger (#6558)#7102
Open
Powlinett wants to merge 8 commits into
Open
feat(connectors-sdk): add logging module and expose Logger (#6558)#7102Powlinett wants to merge 8 commits into
Powlinett wants to merge 8 commits into
Conversation
5 tasks
This comment was marked as off-topic.
This comment was marked as off-topic.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feat/7100-connectors-sdk-base-settings-fixes #7102 +/- ##
================================================================================
+ Coverage 66.60% 66.68% +0.07%
================================================================================
Files 1308 1310 +2
Lines 70265 70416 +151
================================================================================
+ Hits 46803 46955 +152
+ Misses 23462 23461 -1
📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
Powlinett
force-pushed
the
feat/7100-connectors-sdk-base-settings-fixes
branch
from
July 24, 2026 15:08
e96aa2c to
62c844f
Compare
Powlinett
force-pushed
the
feat/6558-connectors-sdk-add-logger
branch
from
July 24, 2026 15:08
7eb2ed7 to
7191c0a
Compare
Powlinett
force-pushed
the
feat/7100-connectors-sdk-base-settings-fixes
branch
from
July 24, 2026 15:16
62c844f to
f6908d0
Compare
replace ConnectorLogger with new Logger when necessary
Powlinett
force-pushed
the
feat/6558-connectors-sdk-add-logger
branch
from
July 24, 2026 15:17
7191c0a to
2cc9682
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
connectors_sdk.loggingmodule withBaseLogger,Logger, andSdkLoggerclassesOpenCTIConnectorHelperlogger usage withBaseLoggersubclasses across SDK modules_SettingsLoader,BaseConnectorSettings,_BaseState, and connector classesWorkManagerfrom public API (private module)python-dotenvdependencyRelated issues
Checklist
Further comments
This PR is stacked on #7101 (BaseSettings fixes). It should be merged after that PR lands.
Supersedes #6559 (which combined both concerns in a single branch).