mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 06:54:05 +02:00
Website generation with Couscous
This commit is contained in:
@@ -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' => [
|
||||
'handler' => '\Filegator\Services\Logger\Adapters\MonoLogger',
|
||||
'config' => [
|
||||
|
Reference in New Issue
Block a user