Prevent browser-side logs(console.error, console.warning, console.error, etc) from showing up on the terminal. #16355
Unanswered
Progressandro
asked this question in
Help
Replies: 1 comment
-
logs created in the browser are not piped to the terminal in any way. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
As title states, I would like to check out browser logs from appearing on the terminal, so it can show just server-side logs (logs made in getServerSideProps, API routes, etc). Is there a config option to achieve this without much tinkering?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions