-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: Add option to change log levels of username already exists message #9962
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: alpha
Are you sure you want to change the base?
feat: Add option to change log levels of username already exists message #9962
Conversation
|
🚀 Thanks for opening this pull request! |
📝 WalkthroughWalkthroughThis PR introduces a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (4)
🧰 Additional context used🧠 Learnings (6)📓 Common learnings📚 Learning: 2025-11-08T13:46:04.940ZApplied to files:
📚 Learning: 2025-12-02T06:55:53.808ZApplied to files:
📚 Learning: 2025-11-08T13:46:04.940ZApplied to files:
📚 Learning: 2025-11-17T15:02:48.786ZApplied to files:
📚 Learning: 2025-11-17T15:02:24.824ZApplied to files:
🧬 Code graph analysis (1)src/Options/index.js (1)
🪛 Biome (2.1.2)src/Options/index.js[error] 795-795: Expected a statement but instead found '?'. Expected a statement here. (parse) ⏰ 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). (15)
🔇 Additional comments (2)
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 |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## alpha #9962 +/- ##
==========================================
- Coverage 92.56% 92.15% -0.42%
==========================================
Files 191 191
Lines 15544 15555 +11
Branches 177 177
==========================================
- Hits 14389 14335 -54
- Misses 1143 1204 +61
- Partials 12 16 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I think we can also the default level for this to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LogEvents is still all over the code
|
I see where you got this from. May have been a typo. logLevels: {
env: 'PARSE_SERVER_LOG_LEVELS',
help: '(Optional) Overrides the log levels used internally by Parse Server to log events.',
action: parsers.objectParser,
type: 'LogLevels',
default: {},
},Let's add there, unless you can think of a reason not to? They are grouped by prefix, |


Pull Request
Issue
Fixes: #9329
Summary by CodeRabbit
New Features
logEventsconfiguration option to customize log levels for specific server events.Tests
✏️ Tip: You can customize this high-level summary in your review settings.