refactor(gmail_client): remove explicit level attrs from tracing instruments#2114
refactor(gmail_client): remove explicit level attrs from tracing instruments#2114evanhutnik merged 1 commit intomainfrom
Conversation
…ruments Let tracing use default levels instead of explicitly setting info/debug on instrument macros throughout the gmail_client crate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
WalkthroughThis pull request removes explicit log-level configurations from tracing instrumentation attributes across four files in the gmail_client module. The Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
level = "info"andlevel = "debug"attributes from#[tracing::instrument]macros in thegmail_clientcratelib.rs,labels.rs,threads.rs, andprofile.rsTest plan
cargo check -p gmail_clientpasses🤖 Generated with Claude Code