From 1017722c773684cc551e8aac05e1a59556b44512 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 18 Jun 2019 18:19:08 +0200 Subject: [PATCH] Website generation with Couscous --- configuration/logging.html | 4 ++-- configuration/storage.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/logging.html b/configuration/logging.html index ac2b7bb..2b369da 100644 --- a/configuration/logging.html +++ b/configuration/logging.html @@ -102,8 +102,8 @@

Configuring Logging service

-

Logging is provided via powerful Monolog library. Please check their docs for more info.

-

Default logger handler will use /private/logs/app.log file to store application logs:

+

Logging is provided trough the powerful Monolog library. Please check their docs for more info.

+

Default handler will use simple /private/logs/app.log file to store application logs and errors.

        'Filegator\Services\Logger\LoggerInterface' => [
             'handler' => '\Filegator\Services\Logger\Adapters\MonoLogger',
             'config' => [
diff --git a/configuration/storage.html b/configuration/storage.html
index 83c4a60..3d833d5 100644
--- a/configuration/storage.html
+++ b/configuration/storage.html
@@ -102,8 +102,8 @@
                 
                 

Adapters

-

Different storage adapters are supported via awesome Flysystem library.

-

You can use local filesystem (default), FTP, S3, Dropbox and many others. Please check Flysystem for exact setup for each adapter.

+

Different storage adapters are provided through the awesome Flysystem library.

+

You can use local filesystem (default), FTP, S3, Dropbox and many others. Please check Flysystem for the exact setup required for each adapter.

Default Local Disk Adapter

With default adapter you just need to configure where is you repository folder which will serve as root for everything else.

        'Filegator\Services\Storage\Filesystem' => [