Skip to content

Commit

Permalink
Adding dump_messages attribute to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Mar 13, 2014
1 parent 8640c40 commit 6e2f13c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ Installs and configures StatsD.
inactive sets (default: `false`).
* `node["statsd"]["delete_counters"]` - Don't send values to graphite for
inactive counters (default: `false`).
* `node["statsd"]["username"]` - Will be used for process supervision (default: `stasd` )

* `node["statsd"]["username"]` - Will be used for process supervision
(default: `stasd` )
* `node["statsd"]["dump_messages"]` - Print debugging information on incoming
messages (default: `false`).
* `node["statsd"]["graphite"]["legacy_namespace"]` - Flag to use legacy
namespace (default: `true`).
* `node["statsd"]["graphite"]["global_prefix"]` - Global prefix to use for
Expand Down

0 comments on commit 6e2f13c

Please sign in to comment.