1
0
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:
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);
}