added verbosity in readme.md

This commit is contained in:
cubedro 2015-06-25 02:06:05 +03:00
parent 1ef657b4ff
commit 27eed47f22
2 changed files with 2 additions and 0 deletions

View File

@ -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)
}
```

View File

@ -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
}
}
]