From 39e9d7b6c45597236071e8c6ced18835eead4507 Mon Sep 17 00:00:00 2001 From: Patrik Hermansson Date: Sat, 1 Apr 2017 12:40:06 +0200 Subject: [PATCH] Update logger.markdown (#2364) Info where the collected log info can be found. --- source/_components/logger.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index 126a8384f4b..61bee676a70 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -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