mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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