component definition update

master
rob 11 months ago
parent 5a3313ad03
commit c1e69d165b

@ -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