epimorphics / json-rails-logger

A custom rails logger that outputs JSON instead of raw text
MIT License
1 stars 1 forks source link

Continued Logging Improvements #48

Closed jonrandahl closed 1 year ago

jonrandahl commented 1 year ago

After determining the request_id variable was not always being filled in via the env['HTTP_X_REQUEST_ID'] request, the rails environment variable env['action_dispatch.request_id'] was re-added as a fallback to ensure this value was collected and parsed.