mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
testing: more logs
This commit is contained in:
@@ -43,6 +43,7 @@ namespace Bit.Core.Services
|
||||
|
||||
public async Task PushSyncCipherUpdateAsync(Cipher cipher, IEnumerable<Guid> collectionIds)
|
||||
{
|
||||
_logger.LogInformation(Constants.BypassFiltersEventId, "Relay PushSyncCipherUpdateAsync");
|
||||
await PushCipherAsync(cipher, PushType.SyncCipherUpdate, collectionIds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user