Load log4r patches at startup

This commit is contained in:
Chris Roberts 2022-01-11 16:40:55 -08:00 committed by Paul Hinze
parent d746df4883
commit fb1dc2cc59
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -1,5 +1,8 @@
require "log4r"
# Add patches to log4r to support trace level
require "vagrant/patches/log4r"
# Update the default formatter within the log4r library to ensure
# sensitive values are being properly scrubbed from logger data
class Log4r::BasicFormatter