From 9e44c04a95b671fc7e940e169abaf6ccc3ccd788 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Tue, 20 Jun 2017 08:37:31 -0600 Subject: [PATCH] add details on LOG --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a9815b..f13d02f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ COPY config /etc/dehydrated/config ## ENV ``` +# Optional. Used to enable logging to file `/var/log/letsencrypt/runtime.log`. +LOG=TRUE # defaults to `staging`, use `production` when ready. LE_ENV=staging # Only required if you plan to use dns-01 challenges (use for private services)