diff --git a/README.md b/README.md index 63169ef..b430065 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast "CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype) "WS_SERVER" : "wss://stats.ethdev.com", // path to eth-netstats WebSockets api server "WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic", // WebSockets api server secret used for login + "VERBOSITY" : 2 // Set the verbosity (0 = silent, 1 = error, warn, 2 = error, warn, info, success, 3 = all logs) } ``` diff --git a/app.json b/app.json index edd3eba..80fdc58 100644 --- a/app.json +++ b/app.json @@ -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 } } ]