From 47acd22cdc855e4620c289f22ce2c6ae63eff482 Mon Sep 17 00:00:00 2001 From: Ted Drain Date: Wed, 13 Sep 2017 20:14:54 -0700 Subject: [PATCH] Added log file option --- 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 29939a17f113..3ba0896f3594 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 ``` - -