fix: suppress Snowflake logger noise in TUI output#301
fix: suppress Snowflake logger noise in TUI output#301anandgupta42 merged 1 commit intoAltimateAI:mainfrom
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the Snowflake SDK logging configuration to suppress console output. When Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bug
Fixes #300 — Snowflake SDK logger output can leak JSON log lines into the interactive terminal output, which corrupts the TUI display during spend analysis commands.
Fix
logLevel: "OFF".additionalLogToConsole: falseinsnowflake.configure(...)so the SDK does not emit logger lines to the terminal stream.Testing
Happy to address any feedback.
Greetings, saschabuehrle
Summary by CodeRabbit