mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
log from BaseIdentityClientService for testing
This commit is contained in:
@@ -68,7 +68,10 @@ namespace Bit.Core.Services
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await Client.SendAsync(message);
|
_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)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user