-
Notifications
You must be signed in to change notification settings - Fork 65
feat(api): dynamically change logging level via API #825
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
Conversation
…evel - Add ADMIN_API_KEY environment variable for secure access - Add functionality to modify logging level at runtime - Implement tRPC endpoints for getting and setting log level - Enhance logger module to track all logger instances - Add proper OpenAPI documentation with system tag
Deployment failed with the following error:
|
🦋 Changeset detectedLatest commit: 87e9785 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📦 Next.js Bundle Analysis for @blobscan/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #825 +/- ##
==========================================
+ Coverage 85.53% 85.64% +0.10%
==========================================
Files 174 177 +3
Lines 13478 13587 +109
Branches 1242 1247 +5
==========================================
+ Hits 11528 11636 +108
- Misses 1950 1951 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Checklist
Description
Motivation and Context (Optional)
No need to restart the container to load the new configuration when LOG_LEVEL is modified.
Related Issue (Optional)
Screenshots (if appropriate):