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:
parent
8b180c8126
commit
7f77d661c3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user