From 283aed59128581873dcaf85c42100830330d0384 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 18 Jun 2019 18:18:52 +0200 Subject: [PATCH] docs upd --- docs/configuration/logging.md | 4 ++-- docs/configuration/storage.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/logging.md b/docs/configuration/logging.md index 95c2387..5421217 100644 --- a/docs/configuration/logging.md +++ b/docs/configuration/logging.md @@ -1,9 +1,9 @@ ## Configuring Logging service -Logging is provided via powerful [Monolog](https://github.com/Seldaek/monolog) library. Please check their docs for more info. +Logging is provided trough the powerful [Monolog](https://github.com/Seldaek/monolog) library. Please check their docs for more info. -Default logger handler will use ```/private/logs/app.log``` file to store application logs: +Default handler will use simple ```/private/logs/app.log``` file to store application logs and errors. ``` 'Filegator\Services\Logger\LoggerInterface' => [ diff --git a/docs/configuration/storage.md b/docs/configuration/storage.md index 14f2d33..a5c4b66 100644 --- a/docs/configuration/storage.md +++ b/docs/configuration/storage.md @@ -1,7 +1,7 @@ ## Adapters -Different storage adapters are supported via awesome [Flysystem](https://github.com/thephpleague/flysystem) library. +Different storage adapters are provided through the awesome [Flysystem](https://github.com/thephpleague/flysystem) library. -You can use local filesystem (default), FTP, S3, Dropbox and many others. Please check Flysystem for exact setup for each adapter. +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.