fix: default error logs enabled - #1525
Conversation
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
WalkthroughA simple update to the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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 |
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.env.demo (1)
224-225: Align formatting with file convention: remove spaces around equals sign.The line
PRISMA_LOGS = errorincludes spaces around the=, which deviates from the convention used throughout the rest of the file (e.g.,API_GATEWAY_PROTOCOL=http,SENDGRID_API_KEY=). This also triggered a static analysis warning from dotenv-linter.Apply this diff to maintain consistency:
-# Prisma log type. Default set to error -PRISMA_LOGS = error +# Prisma log type. Default set to error +PRISMA_LOGS=error
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.env.demo(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: KambleSahil3
Repo: credebl/platform PR: 1518
File: libs/prisma-service/prisma/data/credebl-master-table/credebl-master-table.json:11-20
Timestamp: 2025-11-17T08:03:16.180Z
Learning: In the credebl/platform repository, seed data files like libs/prisma-service/prisma/data/credebl-master-table/credebl-master-table.json intentionally contain empty strings for sensitive fields (email, username, passwords, API keys, etc.) because these values are populated from .env file at runtime, not hardcoded in the JSON.
🪛 dotenv-linter (4.0.0)
.env.demo
[warning] 225-225: [SpaceCharacter] The line has spaces around equal sign
(SpaceCharacter)



What
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.