Option to disable morgan output in remix server #2935
Replies: 4 comments 1 reply
-
Could you just redirect stdout to |
Beta Was this translation helpful? Give feedback.
-
Yup, that's a fine temporary workaround :) Thanks. |
Beta Was this translation helpful? Give feedback.
-
Good article describing some approaches for node / express logging to be configurable (express already setup this way) with environment var, and strategies of separation between app, library and cli logs.. as well as enabling configurable output based on environment..local/prod/CI https://www.twilio.com/blog/guide-node-js-logging Turning on/off, filtering logs then can be done through
The assorted |
Beta Was this translation helpful? Give feedback.
-
Really want this |
Beta Was this translation helpful? Give feedback.
-
The morgan output for the remix server makes it difficult for me to find my own logging output:
I already see all of these requests in my network tab. It's just noise for me. Could we get an option to disable the remix server morgan output?
I know that I could start the remix server in a separate tab or just silence the output, but then that would hide much-needed error messages.
Beta Was this translation helpful? Give feedback.
All reactions