Replies: 4 comments
-
Agreed. Did you find a way to achieve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 to this. We are big boys (and girls), we set up our own logging. We don't want to see the Vercel logs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Some way to toggle these during development would be a god send... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep i want this too |
Beta Was this translation helpful? Give feedback.
0 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.
-
Goals
fetch
or other Next.js functionalityNon-Goals
No response
Background
Trying to figure out a server crash on a page with plenty of fetch requests. Fetch logs take up half of my screen making it harder to scan for the relevant logs.
Proposal
Add option to configure log level. Fetch logs are info or verbose and should be omitted if I set the log level to e.g.
warn
. Alternatively, allow disabling fetch logs entirely (temporarily) instead of a global log level.Beta Was this translation helpful? Give feedback.
All reactions