Skip to content

Commit

Permalink
Add Hass.io log location (home-assistant#3599)
Browse files Browse the repository at this point in the history
To aid debugging Hass.io logs
  • Loading branch information
phillprice authored and fabaff committed Oct 21, 2017
1 parent 25d91e8 commit c4ed0c9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion source/_components/logger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,16 @@ data:
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
$ 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
```

0 comments on commit c4ed0c9

Please sign in to comment.