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