1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

remove logging from base identity client service

This commit is contained in:
Kyle Spearrin 2019-03-20 09:13:25 -04:00
parent 8b180c8126
commit 7f77d661c3

View File

@ -68,10 +68,7 @@ namespace Bit.Core.Services
try
{
_logger.LogInformation(Constants.BypassFiltersEventId,
"SendAsync {0}: \n{1}", message.RequestUri.ToString(), JsonConvert.SerializeObject(requestModel));
var response = await Client.SendAsync(message);
_logger.LogInformation(Constants.BypassFiltersEventId, "SendAsync Response: {0}", response.StatusCode);
}
catch(Exception e)
{