This commit is contained in:
Evgenii Abramov
2021-05-16 21:35:13 +03:00
parent 63af2b267d
commit f72f3ccdae

1
app.js
View File

@@ -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}`;
})
),