mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-06-27 08:46:20 -04:00
Moved download licnse from debug log to verbose log.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user