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
Currently, Logto's Koa middleware logs all incoming HTTP requests. While this can be helpful for debugging and monitoring in some cases, it is noisy in production environments with high traffic.
I propose introduction of an environment flag (e.g., LOGTO_ENABLE_REQUEST_LOGS) that would allow users to control whether or not these Koa request logs are enabled.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What problem did you meet?
Currently, Logto's Koa middleware logs all incoming HTTP requests. While this can be helpful for debugging and monitoring in some cases, it is noisy in production environments with high traffic.
logto/packages/core/src/app/init.ts
Lines 36 to 44 in b04bb92
Describe what you'd like Logto to have
I propose introduction of an environment flag (e.g., LOGTO_ENABLE_REQUEST_LOGS) that would allow users to control whether or not these Koa request logs are enabled.
The text was updated successfully, but these errors were encountered: