Browse Source

Logging of old events.

pull/164/head
Sebastian Stehle 8 years ago
parent
commit
2c53901ada
  1. 2
      src/Squidex.Infrastructure/CQRS/Events/Actors/EventConsumerActor.cs

2
src/Squidex.Infrastructure/CQRS/Events/Actors/EventConsumerActor.cs

@ -314,6 +314,8 @@ namespace Squidex.Infrastructure.CQRS.Events.Actors
}
catch (TypeNameNotFoundException)
{
log.LogDebug(w => w.WriteProperty("oldEventFound", message.Data.Type));
return null;
}
}

Loading…
Cancel
Save