From 1ef657b4ff69f537482a8af3ca690f71e6a920da Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 25 Jun 2015 02:04:21 +0300 Subject: [PATCH] added verbosity to pm2 json config files --- app.json.example | 1 + processes-ec2.json | 1 + 2 files changed, 2 insertions(+) diff --git a/app.json.example b/app.json.example index edd3eba..80fdc58 100644 --- a/app.json.example +++ b/app.json.example @@ -18,6 +18,7 @@ "CONTACT_DETAILS" : "", "WS_SERVER" : "wss://stats.ethdev.com", "WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic", + "VERBOSITY" : 2 } } ] diff --git a/processes-ec2.json b/processes-ec2.json index 414e343..74a8b48 100644 --- a/processes-ec2.json +++ b/processes-ec2.json @@ -37,6 +37,7 @@ "CONTACT_DETAILS" : "", "WS_SERVER" : "wss://stats.ethdev.com", "WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic", + "VERBOSITY" : 2 } } ]