Turn off logs from websocket #1588
Answered
by
thetutlage
rodolphonetto
asked this question in
Help
-
Hi guys, there is a way I can turn off websockets console.log without using node_env production? It is a kind hard to see other logs in development thank you 😀 |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Sep 28, 2020
Replies: 2 comments
-
Did you found out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Doesn't setting up |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rodolphonetto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't setting up
NODE_ENV = 'production'
in your webpack config helps?