Site updated at 2017-10-13 12:26:36 UTC
This commit is contained in:
parent
10bf5699f9
commit
47327bf7df
28 changed files with 83 additions and 75 deletions
|
@ -121,10 +121,15 @@
|
|||
<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 dynamically with <code class="highlighter-rouge">tail -f</code>. If you are a Hassbian user you can use the example below:</p>
|
||||
<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>.</p>
|
||||
<p>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>
|
||||
<p>If you are a Hass.io user you can use the example below, whenlogged in through the ssh addon:</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>tail -f /config/home-assistant.log
|
||||
</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue