rtc-io / rtc-switchboard

Node server side in memory signaller for rtc.io components
http://www.rtc.io/modules.html
57 stars 36 forks source link

Introduce error logging when run as a server #3

Closed silviapfeiffer closed 10 years ago

silviapfeiffer commented 10 years ago

node server.js

needs some error logging output - otherwise it's unclear what it's doing...or whether it's doing anything at all...

DamonOehlman commented 10 years ago

Have included some additional debug logging (as of version 0.3) for connections and message writing, simply run the server enabling debug:

DEBUG=rtc* node server.js