How to disabled the logs of requests at production env? #8112
Unanswered
BugMaker-Huang
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Is this question really about Remix or about the monitoring tool? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You need to change your HTTP server from Remix App Server to Express and then customize the logs there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
does any1 know how to fix achieve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added a monitor SAAS to my application, and it charges based on the number of logs.
In my case, it is unnecessary to output a log every time a request is made.
Beta Was this translation helpful? Give feedback.
All reactions