From f72f3ccdae581986403027a4a0a0d685b6aa7ae1 Mon Sep 17 00:00:00 2001 From: Evgenii Abramov Date: Sun, 16 May 2021 21:35:13 +0300 Subject: [PATCH] c --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index a6b6807..b3b2a22 100644 --- a/app.js +++ b/app.js @@ -34,6 +34,7 @@ global.logger = createLogger({ timestamp(), printf((a/* {level, message, timestamp, stack} */) => { // return `${timestamp} ${level}: ${message} ${stack}`; + console.dir(a, {depth: 9}); return `${a}`; }) ),