mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Update typos, path fix, & grammar in logger.markdown (#2457)
* Fix path for `tail -f ` for reading `home-assistant.log` * Fix typo (spelling) * Fix sentence structure regarding using the `tail` command.
This commit is contained in:
parent
a460c64383
commit
e94e897ba1
@ -68,8 +68,8 @@ 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 dynamicly with `tail -f`. If you are a Rasbian user then like 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/pi/.homeassistant/home-assistant.log
|
$ tail -f /home/homeassistant/.homeassistant/home-assistant.log
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user