Logging and Logging Resets
The logs for each device are stored in /var/log on both the RockPi and Cloud Server (note on the cloud server, the are in /var/log inside the docker container). There isn't any scheduled rotation of logs, so you must be mindful of how much space is used. When someone calls the "reset logs" action from the web interface, the current log file is turned into a zip file in the same directory.
The reset log command is synchronized across Cloud and RockPi, so it will reset the logs on the cloud server as well, but only if the reset command is received within 60 seconds. This prevents a scenario where a log reset on a local device arrives to the cloud much later. However, the logfiles and log zips are different on the cloud server and the Rock Pi device because of this.