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
kasperl
04/07/2023, 5:45 AM
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.
kasperl
04/07/2023, 5:45 AM
So there are no logs yet, but the infrastructure is there.