-
Notifications
You must be signed in to change notification settings - Fork 1
chore: added verbose log level #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThe changes introduce a new logging method called 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (41)
🧰 Additional context used📓 Path-based instructions (4)`**/*.ts`:
`**/*.spec.ts`: Review the unit test files with the following guidelines: - Avoid using the word "should" in test descriptions. - Ensure descriptive test names convey the inten...
`**/providers/**/*.ts`: Review provider files for the following: - Providers should supply narrowly scoped data/resources. - Ensure classes interacting with metadata sources (e...
`scripts/**/*.ts`: Ensure scripts: - Use `process.cwd()` for root references. - Follow folder conventions (`infra/` for infra scripts, `utilities/` for utilities). - Are orga...
🔇 Additional comments (42)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
verbose
mock{ ...console }
as logger, by mappingverbose
toconsole.trace
Summary by CodeRabbit