server logs using console.log() not showing in k8s pods logs #67244
Unanswered
abhinavgurung
asked this question in
App Router
Replies: 0 comments
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.
-
Nextjs 14.1.0
I am using app router.
I have some console.log() statements in my route.js
but I do not see it printed in the pod logs.
However client side console.log() is being printed fine in browser.
Are logs in the server buffered?
what is the fix/workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions