Logging like Apache http server #71376
Unanswered
XEngine
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm building a webpage with Next.js and wanted to ask if there is any built-in solution or best practice for logging, similar to how Apache web server handles logs (e.g., writing physical error.log and access.log files). Ideally, I'm looking for a way to log requests, fetch requests just like shown terminal dev mode, and errors in a similar fashion.
Does Next.js provide a built-in method for this, or would I need to integrate a custom logging solution? Any recommendations or examples would be greatly appreciated!
Edit: I am using self-host not vercel
Beta Was this translation helpful? Give feedback.
All reactions