Disable route logging on navigation & fetches?
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
How can i disable route level logging on navigation for my dev server?
1 Reply
Sloth bearOP
Changes made in this PR (https://github.com/vercel/next.js/pull/62946). Looks like there is a config that corresponds to these docs to disable (https://nextjs.org/docs/app/api-reference/next-config-js/logging). But this does not stop the route from being logged when triggered.