Update autostart-systemd.markdown (#748)
Small grep line added to make it easier to spot errors.
This commit is contained in:
parent
defccd6f4a
commit
27acac5ccc
1 changed files with 5 additions and 0 deletions
|
@ -68,3 +68,8 @@ To get Home Assistant's logging output, simple use `journalctl`.
|
|||
```bash
|
||||
$ journalctl -f -u home-assistant@[your user]
|
||||
```
|
||||
|
||||
Because the log can scroll quite quickly, you might want to open a second terminal to view only the errors:
|
||||
```bash
|
||||
$ journalctl -f -u home-assistant@[your user] | grep -i 'error'
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue