Skip to content

Commit e94e897

Browse files
brianjkingLandrash
authored andcommitted
Update typos, path fix, & grammar in logger.markdown (home-assistant#2457)
* Fix path for `tail -f ` for reading `home-assistant.log` * Fix typo (spelling) * Fix sentence structure regarding using the `tail` command.
1 parent a460c64 commit e94e897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/logger.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ data:
6868
homeassistant.components.media_player.yamaha: debug
6969
```
7070

71-
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:
71+
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:
7272

7373
```bash
74-
$ tail -f /home/pi/.homeassistant/home-assistant.log
74+
$ tail -f /home/homeassistant/.homeassistant/home-assistant.log
7575
```

0 commit comments

Comments
 (0)