Commit c6fc8ee5 authored by nanahira's avatar nanahira

debug

parent b5487154
......@@ -91,7 +91,9 @@ export class Rule implements Salt {
}
const sendingTime = moment.unix(sendingMinutes * 60);
logger.debug(
`${nowMinutes}: Should send ${this.generateText()} to ${target.getDescription()} at ${sendingTime.format(
`${now.format(
'YYYY-MM-DD HH:mm',
)}: Should send ${this.generateText()} to ${target.getDescription()} at ${sendingTime.format(
'YYYY-MM-DD HH:mm',
)}`,
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment