Skip to content

Conversation

@ahopkins
Copy link
Owner

Summary

  • Remove noisy info-level logs for routine transaction operations (begin, commit, savepoint create/release)
  • Keep rollback success logs at info level since those indicate something noteworthy happened
  • Bump version to 1.3.1

Test plan

  • Verify transaction operations still work correctly
  • Confirm logging output is less verbose during normal operations

🤖 Generated with Claude Code

Remove noisy info-level logs for routine transaction operations (begin,
commit, savepoint create/release). Keep rollback success logs at info
level since those indicate something noteworthy happened.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copilot AI review requested due to automatic review settings December 18, 2025 08:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reduces verbosity in transaction logging by removing routine info-level logs while keeping notable events at info level. The changes specifically remove info-level success logs for normal transaction operations (begin, commit, savepoint create/release) and downgrade savepoint creation logs to debug level, while preserving info-level logging for rollback operations which indicate exceptional scenarios.

Key changes:

  • Removed info-level success logs for transaction begin and commit operations
  • Removed info-level success log for savepoint release operation
  • Downgraded savepoint creation log from info to debug level
  • Version bumped from 1.3.0 to 1.3.1

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/mayim/transaction/coordinator.py Removes info-level logs for transaction begin and commit success; downgrades savepoint creation log to debug level
src/mayim/transaction/savepoint.py Removes info-level success log for savepoint release operation
setup.cfg Bumps version from 1.3.0 to 1.3.1 to reflect the logging improvements

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ahopkins ahopkins merged commit f22b0e1 into main Dec 18, 2025
12 checks passed
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.

2 participants