Configuration to Store Server logs directly to S3 bucket or Azure blobs.

asher2 years ago

Hi,

Could someone let me know how to store daily device logs to s3 bucket in aws or in azure blobs?

Thanks in advance.

Anton Tananaev2 years ago

Log file is a simple text file. You can set location in the configuration file. Check the documentation.

To store it on S3 you can simply mount your S3 bucket and set the path to the mounted folder. Not sure about Azure.

Upload might be slow though, so I would recommend to set up a backup script instead to upload old logs once a day or something like that.

asher2 years ago

Thank you very much!