summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 41d4d7ce01..3cd4e52834 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -27,7 +27,7 @@ const clusterLog = debug('misskey:cluster');
const ev = new Xev();
if (process.env.NODE_ENV != 'production') {
- process.env.DEBUG = 'misskey:*';
+ debug.enable('misskey');
}
const pkg = require('../package.json');