mirror of
https://github.com/meineerde/rackstash.git
synced 2026-02-05 08:33:22 +00:00
This reduces the change of a Hash argument being interpreted as keyword
argument inadvertently and clarifies the interface. If a resolver scope
is required, you can also call
delayed_tag = ->{ |request| request.host }
logger.tags.merge!(delayed_tag, scope: request)