Moved download licnse from debug log to verbose log.

This commit is contained in:
Michael Bucari-Tovo 2021-07-24 15:11:05 -06:00
parent 20971124ab
commit 6912a499d0

View File

@ -53,9 +53,9 @@ namespace AaxDecrypter
downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic)); downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic));
OutputFormat = outputFormat; 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 steps = new StepSequence