mirror of
https://github.com/filegator/filegator.git
synced 2025-07-31 12:50:31 +02:00
docs upd
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
## Configuring Logging service
|
## 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' => [
|
'Filegator\Services\Logger\LoggerInterface' => [
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
## Adapters
|
## 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
|
## 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.
|
With default adapter you just need to configure where is you ```repository``` folder which will serve as root for everything else.
|
||||||
|
Reference in New Issue
Block a user