Browse Source

component definition update

develop
Rob Colbert 10 months ago
parent
commit
c1e69d165b
  1. 2
      app/workers/host-services.js

2
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;

Loading…
Cancel
Save