Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -89,16 +89,14 @@
<hr class="divider">
<p>The <code>logentries</code> component makes it possible to log all state changes to <a href="http://logentries.com/">your Logentries account</a> using Logentries Webhook endpoint and a token based log</p>
<p>The <code class="highlighter-rouge">logentries</code> component makes it possible to log all state changes to <a href="http://logentries.com/">your Logentries account</a> using Logentries Webhook endpoint and a token based log</p>
<p>To use the <code>logentries</code> component in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<p>To use the <code class="highlighter-rouge">logentries</code> component in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">logentries</span>:
<span class="key">token</span>: <span class="string"><span class="content">your-log-token-here</span></span>
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">logentries</span><span class="pi">:</span>
<span class="s">token</span><span class="pi">:</span> <span class="s">your-log-token-here</span>
</code></pre>
</div>
<p>Configuration variables:</p>