Added log file option (#3365)

This commit is contained in:
Ted Drain 2017-09-13 23:53:32 -07:00 committed by Paulus Schoutsen
parent 2f72919146
commit d60ecab58d

View File

@ -37,9 +37,9 @@ optional arguments:
--log-rotate-days LOG_ROTATE_DAYS --log-rotate-days LOG_ROTATE_DAYS
Enables daily log rotation and keeps up to the Enables daily log rotation and keeps up to the
specified days 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 --runner On restart exit with code 100
--script ... Run one of the embedded scripts --script ... Run one of the embedded scripts
--daemon Run Home Assistant as daemon --daemon Run Home Assistant as daemon
``` ```