josephg / ShareJS

Collaborative editing in any app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript console verbosity: log:XMLHTTP messages

dejj opened this issue · comments

commented

Using sharejs floods the Javascript console in the browser with lots of debug messages like:
11:22:53.156 log:XMLHTTP TEXT (rpc): [[45,["noop"]]]
Where do they originate from and how do I turn them off?

Really? How did you do that?

That message looks like it comes from browserchannel, through google's closure library debug logger. Do you get those messages using the example ShareJS server in bin/exampleserver ? What browser are you using?