1 parent 177c893 commit a2175daCopy full SHA for a2175da
1 file changed
DevProxy.Proxy.Kestrel/Internal/CertificateAuthority.cs
@@ -117,7 +117,7 @@ private X509Certificate2 LoadOrCreateRoot()
117
var existing = TryLoadRoot(_rootPfxPath);
118
if (existing is not null)
119
{
120
- _logger.LogInformation("Loaded persisted root certificate from {Path}", _rootPfxPath);
+ _logger.LogDebug("Loaded persisted root certificate from {Path}", _rootPfxPath);
121
return existing;
122
}
123
0 commit comments