Replies: 1 comment 3 replies
-
This is configured on the HTTP server, not Remix. If you're using Remix App Server you will have to switch to Express (RAS uses Express anyway), you can use If you're using another server adapter check how to configure logs there. |
Beta Was this translation helpful? Give feedback.
3 replies
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 a route that handles a lot of webhooks, and for each request I see something like the following:
Will it be possible to disable the printing of this? I really do not care much about this log, and I could miss something else more important.
I would like to export a config from my route that explicitly disable this, something like:
When the option is
true
, it will disable also all his children routes, except for those that export the opposite.The
disableRoutePrint
could also be an object in order to enrich it in the future, so it could be something like:Beta Was this translation helpful? Give feedback.
All reactions