mirror of
https://github.com/filegator/filegator.git
synced 2025-04-04 06:52:30 +02:00
docs upd
This commit is contained in:
parent
1356b0bd69
commit
283aed5912
@ -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' => [
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user