Skip to content

Migrate Geo logs to structured JSON in geo.log

Stan Hu requested to merge sh-geo-json-logging into master

This introduces geo.log, which contains logs that look like:

{"severity":"INFO","time":"2017-07-20T21:56:29.675Z","class":"Geo::WikiSyncService","project_id":8,"project_path":"namespace64/project64","message":"Updating wiki sync information"}
{"severity":"INFO","time":"2017-07-20T21:56:29.678Z","class":"Geo::WikiSyncService","project_id":8,"project_path":"namespace64/project64","message":"Finished wiki sync"}
{"severity":"INFO","time":"2017-07-20T21:56:29.679Z","class":"Geo::WikiSyncService","project_id":8,"project_path":"namespace64/project64","message":"Releasing leases to sync wiki"}
Edited by Stan Hu

Merge request reports