Load log4r patches at startup
This commit is contained in:
parent
d746df4883
commit
fb1dc2cc59
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user