mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
log httpclient send exceptions
This commit is contained in:
parent
f9a43288a9
commit
bc2621f45f
@ -299,8 +299,9 @@ namespace Bit.Icons.Services
|
|||||||
{
|
{
|
||||||
return await _httpClient.SendAsync(message);
|
return await _httpClient.SendAsync(message);
|
||||||
}
|
}
|
||||||
catch
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
|
_logger.LogError(e, "SendAsync() failed.");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user