node.js - How do I disabled client-side logging in socket.io -
so know can use code below, set server-side logging minimum.
io.set('log level', 0);
however still lot of handshake messaging on client, , wondered if knows how disable it, checked documentation , couldn't find setting it.
most of messages this:
xhr finished loading: "http://...".
if use firebug console change option unckeck show xmlhttprequest
http://codeclimber.net.nz/archive/2007/08/01/how-to-debug-xmlhttprequest-with-firebug.aspx
Comments
Post a Comment