Skip to content

maint(server): Change happy path logging for reports to debug#326

Merged
hk21702 merged 1 commit intomainfrom
less-logging
Mar 4, 2026
Merged

maint(server): Change happy path logging for reports to debug#326
hk21702 merged 1 commit intomainfrom
less-logging

Conversation

@hk21702
Copy link
Copy Markdown
Collaborator

@hk21702 hk21702 commented Mar 2, 2026

Previously, we were emitting multiple log events at the info level for reports that were fine and accepted as normal. In a production environment, this has proven to be rather excessive given that we don't really need this information unless debugging something.

Thus, this PR moves these log events to the debug level, giving the option to still show them, but by default, significantly reducing our logging volume.

I also explored whether it would be useful to instead batch log, emitting an info level log per batch that we process, but further examination of our current volumes seem to indicate that we don't really have high enough volume to justify such a process (we'd just end up with the same number of logs).


UDENG-9279

@hk21702 hk21702 self-assigned this Mar 2, 2026
@hk21702 hk21702 changed the title main(server): Change happy path logging for reports to debug to reduce default log volume main(server): Change happy path logging for reports to debug Mar 2, 2026
@hk21702 hk21702 changed the title main(server): Change happy path logging for reports to debug maint(server): Change happy path logging for reports to debug Mar 2, 2026
@hk21702 hk21702 marked this pull request as ready for review March 2, 2026 17:51
@hk21702 hk21702 requested a review from CarlosNihelton March 2, 2026 17:51
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.92%. Comparing base (0fb15f0) to head (2f4ead5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #326      +/-   ##
==========================================
- Coverage   88.98%   88.92%   -0.06%     
==========================================
  Files          56       56              
  Lines        5319     5319              
==========================================
- Hits         4733     4730       -3     
- Misses        586      589       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hk21702 hk21702 merged commit d3d014e into main Mar 4, 2026
34 of 37 checks passed
@hk21702 hk21702 deleted the less-logging branch March 4, 2026 20:04
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.

3 participants