We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd4def commit 8b1a7a6Copy full SHA for 8b1a7a6
dev-proxy-plugins/Reporters/BaseReporter.cs
@@ -55,7 +55,7 @@ e.GlobalData[ProxyUtils.ReportsKey] is not Dictionary<string, object> reports ||
55
fileName = $"{report.Key}_{Name}_{DateTime.Now:yyyyMMddHHmmss}{FileExtension}";
56
}
57
58
- Logger.LogDebug("Writing report {reportKey} to {fileName}...", report.Key, fileName);
+ Logger.LogInformation("Writing report {reportKey} to {fileName}...", report.Key, fileName);
59
File.WriteAllText(fileName, reportContents);
60
61
0 commit comments