Update logger.markdown (#2364)

Info where the collected log info can be found.
This commit is contained in:
Patrik Hermansson 2017-04-01 12:40:06 +02:00 committed by Fabian Affolter
parent 2961fec7a8
commit 39e9d7b6c4

View File

@ -67,3 +67,5 @@ data:
homeassistant.components: warning
homeassistant.components.media_player.yamaha: debug
```
The log information is put into the file /home/pi/.homeassistant/home-assistant.log and you can read it with cat or follow it dynamicly with tail -f:
tail -f /home/pi/.homeassistant/home-assistant.log