Requests logs shows incomplete, unhelpful URLs #52239
Labels
bug
Issue was opened via the bug report template.
linear: next
Confirmed issue that is tracked by the Next.js team.
locked
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://github.com/raphaelbadia/nextjs-appdir-truncates-logs
To Reproduce
Use fetchs with long URLS, such as
Describe the Bug
When I use fetch, the requests are logged in the terminal.
This is a great idea, but they are truncated and I can't differentiate them:
Here I don't understand why my edge config gets called twice, is it the same call? I can't know.
Same for my 6s slow request, In my code I have two different queries but I don't know which one is which.
Expected Behavior
I'd like to be able to see the full URL in the terminal.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
NEXT-1604
The text was updated successfully, but these errors were encountered: