octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 181 forks source link

Is there a "Verbose mode"? #94

Closed RickCarlino closed 9 years ago

RickCarlino commented 9 years ago

Sometimes I need to run an individual instance of MeshBlu and get detailed information about connections, messages sent / received etc.

Does MeshBlu have a verbose logging mode? I tried -v, but that didn't do the trick.

Thanks!

iamruinous commented 9 years ago

We use the debug package

DEBUG=* or DEBUG=meshblu*