KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

Debug statements #7

Closed KyleBenson closed 9 years ago

KyleBenson commented 10 years ago

We need debug statements throughout the code ASAP! Ideally, we should be able to turn on varying levels of verbosity, but we at least need to be able to see that MQTT connects ok and when messages are being sent so we know when and what to expect to receive in a client.

KyleBenson commented 9 years ago

Finally set up logging in client.py and a bit in mqtt_publisher.py. Still need to go through and clean out ALL print statements as we work on the code.