mirror of
https://github.com/bitwarden/server
synced 2026-01-01 08:03:23 +00:00
Add Additional Logging to Self-hosted installs for F4E (#1999)
* Add logging to SH logs * Fix tests
This commit is contained in:
@@ -87,6 +87,7 @@ namespace Bit.Core.OrganizationFeatures.OrganizationSponsorships.FamiliesForEnte
|
||||
|
||||
if (response == null)
|
||||
{
|
||||
_logger.LogDebug("Organization sync failed for '{OrgId}'", organizationId);
|
||||
throw new BadRequestException("Organization sync failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user