diff --git a/src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs b/src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs index 7df337ade..20892810a 100644 --- a/src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs +++ b/src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs @@ -59,8 +59,8 @@ namespace Squidex.Infrastructure.Commands { using (log.MeasureInformation(w => w .WriteProperty("action", "ActivateDomainObject") - .WriteProperty("doType", GetType().Name) - .WriteProperty("doKey", key.ToString()))) + .WriteProperty("domainObjectType", GetType().Name) + .WriteProperty("domainObjectKey", key.ToString()))) { id = key;