Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-21 12:00:20 +02:00
parent e2a58034cd
commit 8fb05e6d0c
6 changed files with 13 additions and 13 deletions

View File

@@ -126,7 +126,7 @@
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
<h2 id="configuring-logging-service">Configuring Logging service</h2>
<p>Logging is provided trough the powerful <a href="https://github.com/Seldaek/monolog">Monolog</a> library. Please check their docs for more info.</p>
<p>Default handler will use simple <code>/private/logs/app.log</code> file to store application logs and errors.</p>
<p>Default handler will use simple <code>private/logs/app.log</code> file to store application logs and errors.</p>
<pre><code> 'Filegator\Services\Logger\LoggerInterface' =&gt; [
'handler' =&gt; '\Filegator\Services\Logger\Adapters\MonoLogger',
'config' =&gt; [