mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +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);
|
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: {
|
performanceDebug: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
size: 30,
|
size: 30,
|
||||||
|
|
Loading…
Add table
Reference in a new issue