OPEnSLab-OSU / Spool

GNU General Public License v3.0
2 stars 1 forks source link

Device status logging #18

Open eliwinkelman opened 4 years ago

eliwinkelman commented 4 years ago

Is your feature request related to a problem? Please describe. If a Loom device fails in the field it fails silently. Errors are not logged or reported, making it difficult to know when and why a device stopped working and to anticipate things that may cause an issue.

Describe the solution you'd like Add a device (message) logging endpoint to spool that excepts warning, info, and error messages. Add a UI feature to view these messages for each device or an entire network. In Loom, add functionality that takes log messages and sends them to different locations (serial, sd, spool) (there might already be functionality for this). If Spool is enabled, send logs to Spool.

Describe alternatives you've considered

Additional context

eliwinkelman commented 4 years ago

This is connected to https://github.com/OPEnSLab-OSU/Loom/issues/13