1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 01:03:17 +00:00

testing: more logs

This commit is contained in:
Kyle Spearrin
2019-03-19 22:47:53 -04:00
parent ce36b95df5
commit e2be61da0a
2 changed files with 7 additions and 0 deletions

View File

@@ -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);
}