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