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' => [