From 6912a499d06caf7e66e5cb8f12e7d2e55df6f90b Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Sat, 24 Jul 2021 15:11:05 -0600 Subject: [PATCH] Moved download licnse from debug log to verbose log. --- AaxDecrypter/AaxcDownloadConverter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AaxDecrypter/AaxcDownloadConverter.cs b/AaxDecrypter/AaxcDownloadConverter.cs index 89640b53..869567f2 100644 --- a/AaxDecrypter/AaxcDownloadConverter.cs +++ b/AaxDecrypter/AaxcDownloadConverter.cs @@ -53,9 +53,9 @@ namespace AaxDecrypter downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic)); OutputFormat = outputFormat; - if (Serilog.Log.Logger.IsDebugEnabled()) + if (Serilog.Log.Logger.IsVerboseEnabled()) { - Serilog.Log.Logger.Debug("Request/Response details. {@DebugInfo}", downloadLicense); + Serilog.Log.Logger.Verbose("Download License. {@DebugInfo}", downloadLicense); } steps = new StepSequence