From 7fa03cb7a1ec25a5b74100e0e3a1c7d243b83de5 Mon Sep 17 00:00:00 2001
From: Burton Rheutan <rheutan7@gmail.com>
Date: Sat, 14 Oct 2017 09:58:35 -0500
Subject: [PATCH] Updated watchdog readme with write_debug environment variable

Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
---
 watchdog/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/watchdog/README.md b/watchdog/README.md
index 74e334f2..380ef2fc 100644
--- a/watchdog/README.md
+++ b/watchdog/README.md
@@ -79,6 +79,7 @@ The watchdog can be configured through environmental variables. You must always
 | `read_timeout`         | HTTP timeout for reading the payload from the client caller (in seconds) |
 | `suppress_lock`        | The watchdog will attempt to write a lockfile to /tmp/ for swarm healthchecks - set this to true to disable behaviour. |
 | `exec_timeout`         | Hard timeout for process exec'd for each incoming request (in seconds). Disabled if set to 0. |
+| `write_debug`          | Write all output, error messages, and additional information to the logs. Default is false. |
  
 
 ## Advanced / tuning
-- 
GitLab