We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d9edb commit 63c6380Copy full SHA for 63c6380
1 file changed
OpenFlow/src/amqpwrapper.ts
@@ -531,7 +531,7 @@ export class amqpwrapper extends events.EventEmitter {
531
case "housekeeping":
532
// if (this.IsMyconsumerTag(options.consumerTag)) break;
533
if (msg.lastrun) {
534
- console.log("set lastHouseKeeping too " + msg.lastrun)
+ Logger.instanse.info("[OF][" + options.exchange + "] " + msg.lastrun)
535
Message.lastHouseKeeping = new Date(msg.lastrun);
536
} else {
537
if (Message.lastHouseKeeping != null) {
0 commit comments