Skip to content

Restructure log levels: meaningful INFO, demote noise to DEBUG#241

Open
clcollins wants to merge 1 commit into
mainfrom
srepd/restructure-log-levels
Open

Restructure log levels: meaningful INFO, demote noise to DEBUG#241
clcollins wants to merge 1 commit into
mainfrom
srepd/restructure-log-levels

Conversation

@clcollins
Copy link
Copy Markdown
Owner

Summary

  • Demoted setStatus() from INFO to DEBUG (biggest noise reduction)
  • Added 11 INFO logs for meaningful SRE actions: ack, silence, re-escalate, login, note, resolve, browser, SOP, claude query
  • Demoted toolbox detection from INFO to DEBUG
  • 2 new tests verifying log levels

Closes #236

🤖 Generated with Claude Code

…FO (#236)

Demote setStatus UI messages from INFO to DEBUG since they are
internal state updates, not meaningful SRE actions. Add INFO-level
logs for audit-relevant operations: acknowledge, re-escalate,
silence, login, add note, resolve, open browser/SOP, and Claude
queries. Demote launcher toolbox detection from INFO to DEBUG.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 71.42857% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.98%. Comparing base (0d0986a) to head (e228ce0).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pkg/tui/tui.go 57.14% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
+ Coverage   67.73%   68.98%   +1.25%     
==========================================
  Files          26       26              
  Lines        3790     3759      -31     
==========================================
+ Hits         2567     2593      +26     
+ Misses       1088     1023      -65     
- Partials      135      143       +8     

☔ 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.

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.

Restructure log levels: meaningful INFO, demote noise to DEBUG

2 participants