parent
4f7dd6b400
commit
7f5be9a0b2
1 changed files with 9 additions and 1 deletions
|
@ -68,8 +68,16 @@ data:
|
||||||
homeassistant.components.media_player.yamaha: debug
|
homeassistant.components.media_player.yamaha: debug
|
||||||
```
|
```
|
||||||
|
|
||||||
The log information are stored in the [configuration directory](/docs/configuration/) as `home-assistant.log` and you can read it with the command-line tool `cat` or follow it dynamically with `tail -f`. If you are a Hassbian user you can use the example below:
|
The log information are stored in the [configuration directory](/docs/configuration/) as `home-assistant.log` and you can read it with the command-line tool `cat` or follow it dynamically with `tail -f`.
|
||||||
|
|
||||||
|
If you are a Hassbian user you can use the example below:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ tail -f /home/homeassistant/.homeassistant/home-assistant.log
|
$ tail -f /home/homeassistant/.homeassistant/home-assistant.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are a Hass.io user you can use the example below, whenlogged in through the ssh addon:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ tail -f /config/home-assistant.log
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue