fix: downgrade log level to silent#1321
Conversation
|
WalkthroughThe default log level in Logger configuration is changed from WARN to SILENT. This ensures no log messages are output by default unless explicitly overridden through environment variables or configuration, with existing shouldLog logic remaining unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
packages/tm-core/src/logger/logger.ts(1 hunks)
🧰 Additional context used
🧬 Code graph analysis (1)
packages/tm-core/src/logger/logger.ts (1)
packages/tm-core/src/logger/index.ts (1)
LogLevel(6-6)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Test
This PR was automatically generated to update documentation based on recent changes. Original commit: fix: downgrade log level to silent (#1321)\n\n\n Co-authored-by: Claude <claude-assistant@anthropic.com>
What type of PR is this?
Description
Related Issues
How to Test This
# Example commands or stepsExpected result:
Contributor Checklist
npm run changesetnpm testnpm run format-check(ornpm run formatto fix)Changelog Entry
For Maintainers
Summary by CodeRabbit