mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Load log4r patches at startup
This commit is contained in:
parent
d746df4883
commit
fb1dc2cc59
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue