Logs from a device remotely via artemis
# help
m
The v1 console I could look at a device and get logging and statistics of the device. How would I go about doing that with artemis? I know the device pings back to the server every so often (tailing the output of the device while connected using jag shows various synchronised events). However I have not found where (or if) I can get the current status of a device (is it offline perhaps?) or the logs from a specific device remotely.
k
You can see the beginnings of this using
artemis device show
. We're adding the ability to store events in flash and offload them later in the next release.
So there are no logs yet, but the infrastructure is there.