From c762c41478d5c5bc5e5a81e9b9dc525e78c0515d Mon Sep 17 00:00:00 2001 From: John Reese Date: Thu, 6 Oct 2011 15:58:24 -0400 Subject: [PATCH] Documented debug option added from issue #226 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4722f05..c982492 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,12 @@ Configuration This option is more or less identical to `channel_conditions`, except that it is used to filter notifications for private messages. +* `debug = "off"` + + When set to "on", this option enables debug output for various features, and is useful + in troubleshooting problems like failed push notifications. Debug output will show up + in your `*push` window. + Roadmap -------