Site updated at 2016-03-28 03:56:49 UTC
This commit is contained in:
parent
0fbe06a0cb
commit
aaafbb1c55
25 changed files with 280 additions and 237 deletions
|
@ -113,11 +113,11 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The logger component lets one define the level of logging activities in Home Assistant.</p>
|
||||
<p>The logger component lets you define the level of logging activities in Home Assistant.</p>
|
||||
|
||||
<p>To enable the logger in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<p>By default log all messages and ignore log event lowest than critical for custom omponents.</p>
|
||||
<p>By default log all messages and ignore events lower than critical for specified components.</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
|
@ -130,7 +130,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<p>By default ignore all messages lowest than critical and log event for custom components.</p>
|
||||
<p>By default ignore all messages lower than critical and log event for specified components.</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
|
@ -148,7 +148,7 @@
|
|||
<p>Possible log severities are:</p>
|
||||
|
||||
<ul>
|
||||
<li>citical</li>
|
||||
<li>critical</li>
|
||||
<li>fatal</li>
|
||||
<li>error</li>
|
||||
<li>warning</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue