mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
parent
25d91e807d
commit
c4ed0c919b
@ -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…
x
Reference in New Issue
Block a user