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