Only allow mappers logging output if explicitly requested
This commit is contained in:
parent
4a97d86b78
commit
0c1ff17c43
@ -249,6 +249,10 @@ module Vagrant
|
||||
end
|
||||
end
|
||||
end
|
||||
if ENV["VAGRANT_LOG_MAPPER"] == ""
|
||||
Log4r::Logger.new("vagrantplugins::command::serve::mappers::internal")
|
||||
l.outputters = nil
|
||||
end
|
||||
@_server_mode = true
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user