mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Load rubygem patches
This commit is contained in:
parent
606f825eaa
commit
886aab2ff9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
require "log4r"
|
||||
|
||||
# Add patches to log4r to support trace level
|
||||
require "vagrant/patches/log4r"
|
||||
require "vagrant/patches/net-ssh"
|
||||
require "vagrant/patches/rubygems"
|
||||
|
||||
# Set our log levels and include trace
|
||||
require 'log4r/configurator'
|
||||
Log4r::Configurator.custom_levels(*(["TRACE"] + Log4r::Log4rConfig::LogLevels))
|
||||
|
|
|
|||
Loading…
Reference in a new issue