You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce option :ignored_locations for Steno::Logger. When provided all
frames from the callstack matching the regex are ignored, i.e. the first
non-matching frame denotes the record's location.
This option can also be set via a Steno::Config instance that is passed
to Steno.init before using Steno.logger to get a (cached) Steno::Logger
instance.
Inspired by Sequel's caller_logging extension [1].
[1] https://sequel.jeremyevans.net/rdoc-plugins/classes/Sequel/
CallerLogging.html#attribute-i-caller_logging_ignore
0 commit comments