conjur icon indicating copy to clipboard operation
conjur copied to clipboard

Logs in `production` env should include severity, timestamp & pid

Open orenbm opened this issue 6 years ago • 0 comments

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.

orenbm avatar Aug 05 '19 13:08 orenbm