conjur
conjur copied to clipboard
Logs in `production` env should include severity, timestamp & pid
When RAILS_ENV is set to development the log shows:
INFO 2019/08/05 12:29:56 +0000 [pid=667] [origin=192.168.112.1] [request_id=63be32f0-0bd8-4597-a0e5-78f1061eb64d] [tid=672] Completed 401 Unauthorized in 107ms
but when RAILS_ENV is set to production the log shows only the origin, request_id, tid and the message, and the severity, timestamp & pid are omitted. we should fix this.