New feature just released in the dashboard - now you can download your device logs, through the Download Logs button just above the logs tab in the device summary page:
It would be really great if we can do it from an API… so we can pull the logs from our server and run some log analysis on it.
For example, we work with some usb readers that often fails, and the driver restarts it automatically. If we could collect the logs and parse them on our end, we would be able to know how often the usb devices fail…
Not exactly the same, but maybe the SDK would work for you for this monitoring? resin.logs (Node.js) or logs (Python). That would be doable to integrate into a server, I guess?
There’s also support in the resin-cli to get the logs, if want to just script things.