Class Lumberjack::Rack::RequestId
In: lib/lumberjack/rack/request_id.rb
Parent: Object

Support for using the Rails ActionDispatch request id in the log. The format is expected to be a random UUID and only the first chunk is used for terseness if the abbreviated argument is true.

Methods

call   new  

Constants

REQUEST_ID = "action_dispatch.request_id".freeze

Public Class methods

Public Instance methods

[Validate]