Is there a way to disable debug - websocket writing 5:::
message that constantly come up in the console when the websocket sending something, the message is being to chatty.
You have to set log level on socket.io instance:
io.set('log level', 1);
Lower number will give you less info ( with 0
I guess none? ).
include this in the app.js where you have server code
io.set('log level', 1);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With