This commit is contained in:
aozhiwei 2023-07-14 16:29:52 +08:00
parent 44aa6f7b98
commit ced3b56f2b

View File

@ -124,9 +124,10 @@ class PullDbEvent extends BaseService {
return this.eventConf['contract_name']; return this.eventConf['contract_name'];
} }
getInstanceName() { genLogHead(msg) {
const instName = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName(); const logHead = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName()
return instName; + ' pull_dbevent ' + msg;
return logHead;
} }
getTableName() { getTableName() {