diff --git a/app/workers/host-services.js b/app/workers/host-services.js index a7de97d..664386b 100644 --- a/app/workers/host-services.js +++ b/app/workers/host-services.js @@ -125,7 +125,7 @@ class HostCacheTransaction { constructor (dtp, message, rinfo) { this.dtp = dtp; this.created = Date.now(); // timestamp, not Date instance - this.component = { name: 'Host Cache Transaction', slug: 'host-cache-transaction' }; + this.component = { logId: 'host-cache-transaction', index: 'hostCacheTransaction', className: 'HostCacheTransaction' }; this.log = new SiteLog(dtp, this.component); this.message = message;