You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api): dynamically change logging level via API (#825)
* feat(api): add authenticated endpoint to dynamically manage logging level
- 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
* fix: remove unused import
* env var ADMIN_API_KEY
* refactor(api): move logging router procedures into separate files
* fix(api): remove unnecessary success field from logging procedure responses
* refactor(api): organize api keys by type
* test(api): add UT to check invalid log level updates
* chore: add changeset
---------
Co-authored-by: PJColombo <[email protected]>
0 commit comments