temporarily disable tlog Process plugin

pull/29/head
tycrek 3 years ago
parent 01015f612b
commit 205db33a94
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -86,7 +86,7 @@ const logger = new TLog({
// Enable the Express logger
logger
.enable.process({ uncaughtException: false }).debug('Plugin enabled', 'Process')
//.enable.process({ uncaughtException: false }).debug('Plugin enabled', 'Process')
.enable.express().debug('Plugin enabled', 'Express');
const idModes = {

Loading…
Cancel
Save