Releases: envylabs/faraday-detailed_logger
Releases · envylabs/faraday-detailed_logger
v2.5.0
v2.4.1
v2.4.0
v2.3.0
v2.1.2
v2.1.1
v2.1.0
v2.0.0
Changelog
- Remove Logger
progname
support/configuration. Varying the progname appears
to make logging in a syslog-like environment unnecessarily more difficult. - Add tagging support to the logger. Any number of tags may be given which will
be prepended to all lines logged. This is largely follows the
ActiveSupport::TaggedLogging log functionality. "Old" usages of this library
will treat any previousprogname
strings as a tag and continue to record
them to the log. Even though the progname is now logged as a tag, this is
still considered a breaking change just in case system configurations were
dependent on the progname for log output redirection (syslog).