Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #71: Apply logging consistently for all branch operations #77

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

jeremystretch
Copy link
Contributor

Closes: #71

  • Ensure the consistent application of debug logging for all relevant operations
  • Delete any lingering print() statements from early development

# Update Branch status
logger.debug(f"Setting branch status to {BranchStatusChoices.SYNCING}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be good to include branch name in all debug log messages

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We include the branch name in the initial INFO message at the start of each operation, which seems like it should be sufficient IMO. I'm wary of making the logs too verbose, but it's something we can re-evaluate over time for sure.

@jeremystretch jeremystretch merged commit 54b3236 into develop Sep 5, 2024
7 checks passed
@jeremystretch jeremystretch deleted the 71-logging branch September 5, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure the consistent application of logging throughout the plugin
2 participants