React to Logging API changes
This commit is contained in:
parent
68b5c950c9
commit
1fd703e56f
|
|
@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.IISPlatformHandler
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogWarning("Failed to read the client certificate.", ex);
|
_logger.LogWarning(0, ex, "Failed to read the client certificate.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return _certificate;
|
return _certificate;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue