Skip to content

Log Geo file download attempts and status

Stan Hu requested to merge sh-instrument-geo-file-downloads into master

Adds JSON logging for file downloads. For example:

{"severity":"INFO","time":"2017-08-19T05:02:02.730Z","class":"Geo::FileDownloadService","object_type":"avatar","object_db_id":3,"message":"File download","success":true,"bytes_downloaded":100,"download_time_s":0.001}
{"severity":"INFO","time":"2017-08-19T05:02:03.561Z","class":"Geo::FileDownloadService","object_type":"attachment","object_db_id":4,"message":"File download","success":true,"bytes_downloaded":100,"download_time_s":0.001}
{"severity":"INFO","time":"2017-08-19T05:02:03.993Z","class":"Geo::FileDownloadService","object_type":"file","object_db_id":5,"message":"File download","success":true,"bytes_downloaded":100,"download_time_s":0.001}
{"severity":"INFO","time":"2017-08-19T05:02:04.199Z","class":"Geo::FileDownloadService","object_type":"lfs","object_db_id":1,"message":"File download","success":true,"bytes_downloaded":100,"download_time_s":0.003}

Merge request reports