-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
effort:lowenhancementNew feature or requestNew feature or requestgeneralgood first issueGood for newcomersGood for newcomerspriority:medium
Description
Problem Description
Logs are missing in several/ all connectors that your team has built.
Here are some very simple levels of logging we may need to add:
- what is the path we make a request to in the 3rd party + parameters
- Log the error response (not just code) from the 3rd party.
- Info level logs when we change the type of data you are syncing (eg in GH when switch btw PRs and issues)
- Info/debug logs each time a significant code path fork occurs (like a large if/else block, indicate which path is taken)
Proposed Solution
Adding the above mentioned logs to the connectors
CC: @DianaJourdan
Metadata
Metadata
Assignees
Labels
effort:lowenhancementNew feature or requestNew feature or requestgeneralgood first issueGood for newcomersGood for newcomerspriority:medium