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.
Is there a way to disable debug – websocket writing 5::: message that constantly
Share
You have to set log level on socket.io instance:
Lower number will give you less info ( with
0I guess none? ).