From 3a33d254acbcd5f9142f91f9c0f4bc8559debad4 Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Mon, 6 Nov 2017 13:13:41 -0600 Subject: [PATCH] (GH-1448) API: Set logging levels based on switches Based on the switches passed, the logging levels should be set appropriately for API use. This is for Debug/Verbose/Trace logging. --- src/chocolatey/GetChocolatey.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/chocolatey/GetChocolatey.cs b/src/chocolatey/GetChocolatey.cs index 8b7181e493..8a80b72059 100644 --- a/src/chocolatey/GetChocolatey.cs +++ b/src/chocolatey/GetChocolatey.cs @@ -420,6 +420,12 @@ private T ensure_original_configuration(IList args, Func