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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -