robofit / arcor2_areditor

Solution for end-user programming of (collaborative) robots using Augmented Reality. From AR to Python and back!
9 stars 14 forks source link

Store logs on server #224

Closed ZdenekM closed 3 years ago

ZdenekM commented 3 years ago

So far, logs (JSONs of scene and project plus text file with logs) are stored locally on a tablet when an exception occurs. But the files are difficult to find (app data folder may not be easily accessible), etc. It will be sent through HTTP to a server, where those will be stored on a file system - there will be a new service (based on https://pypi.org/project/uploadserver/) for this.

Moreover, the logs will be incremental - now each log file contains a complete history of what happened since the application was started and it can grow quite a big.

ZdenekM commented 3 years ago

Implemented in https://github.com/robofit/arcor2_areditor/commit/e48a9a0d5aafb0b786f69e8d73313d3605febb19.