From 27eed47f2262e4c43d5beac3d3bc040c8b259a82 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 25 Jun 2015 02:06:05 +0300 Subject: [PATCH] added verbosity in readme.md --- README.md | 1 + app.json | 1 + 2 files changed, 2 insertions(+) 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 } } ]