Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@stephenmoloney stephenmoloney released this 20 May 16:59
· 4 commits to master since this release

[bug fix]

logger was logging :warn as :error for some calls.
:default_inspector was absent from configuration - added back in.
[enhancements]

introduce :secure_log_formatter so that sensitive parameters can be redacted out of the log files. Added SecureLogFormatter.sanitize(data) so that an attempt can optionally be made to sanitize data prior to logging it.