mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 21:15:10 -05:00
log from BaseIdentityClientService for testing
This commit is contained in:
parent
6d581c57fe
commit
54b0db2128
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user