From fb1dc2cc59847e010683493cf1dbe20f1a64dda2 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 11 Jan 2022 16:40:55 -0800 Subject: [PATCH] Load log4r patches at startup --- lib/vagrant.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/vagrant.rb b/lib/vagrant.rb index 3d513c004..a918b7deb 100644 --- a/lib/vagrant.rb +++ b/lib/vagrant.rb @@ -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