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

ashera year 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 Tananaeva year 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.

ashera year ago

Thank you very much!