I would like to remove the debugging mode. I am using express
, redis
, socket.io
and connect-redis
, but I do not know where the debugging mode comes from.
Someone has an idea?
I would like to remove the debugging mode. I am using express
, redis
, socket.io
and connect-redis
, but I do not know where the debugging mode comes from.
Someone has an idea?
Just configure the log level to number 1 to avoid income unnecessary messages.
You can figure out more information about Socket.IO options on this link.
Update
To completely remove debugging use:
Where
app
is node.js http server / express etc.You forgot to mention you are also using socket.io. This is coming from socket.io. You can disable this by configuration: