next-logger
next-logger copied to clipboard
NextJS logging still recorded per-linebreak, instead of a single log
Upon show log from nextJS, each line of a log still shows as individual log.
How to reproduce:
- Spawn nextJS server
- Inspect the nextJS log on the server console
Actual:
- One log for nextJS initiation is counted as 5
Expected:
- One log from nextJS should be wrapped as one log
You can try to run node with this environment variable NODE_OPTIONS='-r next-logger'