From 739c45e4c9fae4d2ba9e4665c2a23fe07c06c0fd Mon Sep 17 00:00:00 2001 From: soyuka Date: Sun, 22 Jun 2014 22:05:55 +0200 Subject: [PATCH] #397 updated debug infos --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e5165b8..eac1c56a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Note that we might understand english, german and french #### 6) Use debugging functions: -```DEBUG=* pm2_DEBUG=true ./bin/pm2 --no-daemon start my-buggy-thing.js``` +```DEBUG=pm2:* PM2_DEBUG=true ./bin/pm2 --no-daemon start my-buggy-thing.js``` If your issue is flagged as `need data` be sure that there won't be any upgrade unless we can have enough data to reproduce. ## Pull-Requests