Site updated at 2017-04-20 06:30:48 UTC

This commit is contained in:
Travis CI 2017-04-20 06:30:48 +00:00
parent 6932cee50f
commit c3fde1fec9
26 changed files with 41 additions and 41 deletions

View file

@ -113,8 +113,8 @@
<span class="s">homeassistant.components.media_player.yamaha</span><span class="pi">:</span> <span class="s">debug</span>
</code></pre>
</div>
<p>The log information are stored in the <a href="/docs/configuration/">configuration directory</a> as <code class="highlighter-rouge">home-assistant.log</code> and you can read it with the command-line tool <code class="highlighter-rouge">cat</code> or follow it dynamicly with <code class="highlighter-rouge">tail -f</code>. If you are a Rasbian user then like the example below:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>tail -f /home/pi/.homeassistant/home-assistant.log
<p>The log information are stored in the <a href="/docs/configuration/">configuration directory</a> as <code class="highlighter-rouge">home-assistant.log</code> and you can read it with the command-line tool <code class="highlighter-rouge">cat</code> or follow it dynamically with <code class="highlighter-rouge">tail -f</code>. If you are a Hassbian user you can use the example below:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>tail -f /home/homeassistant/.homeassistant/home-assistant.log
</code></pre>
</div>
</article>