From d60ecab58d3da23730e0aea028f46032b8e8ad5b Mon Sep 17 00:00:00 2001 From: Ted Drain Date: Wed, 13 Sep 2017 23:53:32 -0700 Subject: [PATCH] Added log file option (#3365) --- source/_docs/tools/hass.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/tools/hass.markdown b/source/_docs/tools/hass.markdown index 29939a17f11..3ba0896f359 100644 --- a/source/_docs/tools/hass.markdown +++ b/source/_docs/tools/hass.markdown @@ -37,9 +37,9 @@ optional arguments: --log-rotate-days LOG_ROTATE_DAYS Enables daily log rotation and keeps up to the specified days + --log-file LOG_FILE Log file to write to. If not set, CONFIG/home- + assistant.log is used --runner On restart exit with code 100 --script ... Run one of the embedded scripts --daemon Run Home Assistant as daemon ``` - -