This commit is contained in:
Milos Stojanovic
2019-06-18 18:18:52 +02:00
parent 1356b0bd69
commit 283aed5912
2 changed files with 4 additions and 4 deletions

View File

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