Closed RisingOrange closed 6 months ago
Attention: Patch coverage is 82.96296%
with 23 lines
in your changes are missing coverage. Please review.
Project coverage is 87.67%. Comparing base (
dd3d8ad
) to head (443f755
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request was deployed and Sentry observed the following issues:
1322529746.ankihub_client.ankihub_client in _se...
View Issuerequests.models in generate
View Issueanki._backend in _run_command
View Issue1322529746.ankihub_client.ankihub_client in _se...
View Issue1322529746.ankihub_client.ankihub_client in _se...
View IssueDid you find this useful? React with a 👍 or 👎
This PR adjust logs across the code base to make better use of structlog. It also adds some logs and removes some logs. makes them less verbose, etc.
Related issues
https://ankihub.atlassian.net/jira/software/c/projects/BUILD/boards/1?selectedIssue=BUILD-388
Proposed changes
debug.py
and its tests. The code indebug.py
only added some extra logs to help with debugging. This adds noise to the logs and is not necessary at the moment.Comments
I'll add the fix for the ErrorHandler error in a different PR.