From 227bfa799586430d72de3c4e2ed45b26c5495789 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sun, 19 Apr 2020 14:06:06 +0200 Subject: [PATCH] [modf] show current time in startup logs --- lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index d6920fb..b35fd74 100755 --- a/lib/main.js +++ b/lib/main.js @@ -45,7 +45,7 @@ module.exports = (duniterServer, host, port, appParente, program) => co(function }; // Confirm started - console.log("module currency-monit started"); + console.log(`module currency-monit started at ${new Date()}`); // Specialized node's UI let httpServer = webserver(host, port, appParente, duniterServer, monitDatasPath, offset, cache, program.resetData); -- GitLab