Moved download licnse from debug log to verbose log.
This commit is contained in:
parent
20971124ab
commit
6912a499d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue