Hiding Next.js console logs?
Unanswered
Nile Crocodile posted this in #help-forum
Nile CrocodileOP
Hello, I am wondering if there's any way to hide the Next.js console spam I receive. These are some common ones:
revalidateTag []
pending revalidates promise finished for: { pathname: '/api/users/me/settings', search: '' }
revalidateTag []
pending revalidates promise finished for: { pathname: '/api/dev/log', search: '' }
using filesystem cache handler
(node:88443) [DEP0040] DeprecationWarning: The
(Use
using memory store for fetch cache
revalidateTag []
pending revalidates promise finished for: { pathname: '/api/users/me/settings', search: '' }
revalidateTag []
pending revalidates promise finished for: { pathname: '/api/dev/log', search: '' }
using filesystem cache handler
(node:88443) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)using memory store for fetch cache
7 Replies
I have never seen these logs. You sure you didn't add it? if not then check your next config for any logging specific configuration
Nile CrocodileOP
Yeah, I'm sure. And I have
logging: false
in my config.Good to know you've never seen them though. Thanks for that. Are you on Next.js 15.2.2 as well? @Yi Lon Ma app dir ofc.
not using 15.2.2, you should check nextjs's repo for any similar issue
Nile CrocodileOP
Hmm, okay, thanks.
Ah, okay, found one of the things. https://github.com/vercel/next.js/blob/canary/packages/next/src/server/app-render/app-render.tsx It's because of
process.env.NEXT_PRIVATE_DEBUG_CACHE