React to Logging API changes

This commit is contained in:
Brennan 2016-01-21 09:51:02 -08:00
parent 68b5c950c9
commit 1fd703e56f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.IISPlatformHandler
}
catch (Exception ex)
{
_logger.LogWarning("Failed to read the client certificate.", ex);
_logger.LogWarning(0, ex, "Failed to read the client certificate.");
}
}
return _certificate;