mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Remove timestamp from log fn in favor of pm2's timestamps
This commit is contained in:
parent
7064199ccd
commit
bb56f92c43
1 changed files with 0 additions and 6 deletions
|
@ -184,12 +184,6 @@ connect().then(async conn => {
|
|||
return yaml.safeLoad(yamlString);
|
||||
},
|
||||
|
||||
logFn: (level, msg) => {
|
||||
if (level === "debug") return;
|
||||
const ts = moment().format("YYYY-MM-DD HH:mm:ss");
|
||||
console.log(`[${ts}] [${level.toUpperCase()}] ${msg}`);
|
||||
},
|
||||
|
||||
performanceDebug: {
|
||||
enabled: true,
|
||||
size: 30,
|
||||
|
|
Loading…
Add table
Reference in a new issue