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

DbLoggerInterface #315

Closed
wants to merge 2 commits into from
Closed

DbLoggerInterface #315

wants to merge 2 commits into from

Conversation

darkdef
Copy link
Contributor

@darkdef darkdef commented Jan 2, 2024

Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC? ✔️

Copy link

what-the-diff bot commented Jan 2, 2024

PR Summary

  • Refined Logging in Connection Handling
    The changes in Connection.php have improved the way system logging is handled in the database connection process. Instead of using generic log level status, the system now uses specific events tied to database operations. This makes identifying any issues within these processes smoother for debugging, as logs can clearly show if the issue stemmed from the connection process itself.

Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (65497c3) 99.04% compared to head (8648007) 99.04%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #315      +/-   ##
============================================
- Coverage     99.04%   99.04%   -0.01%     
  Complexity      174      174              
============================================
  Files            13       13              
  Lines           524      521       -3     
============================================
- Hits            519      516       -3     
  Misses            5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@darkdef darkdef marked this pull request as draft January 3, 2024 07:52
@darkdef darkdef closed this Jan 8, 2024
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.

1 participant