Setting the logger_config config is no longer needed
parent
c4f8c65817
commit
ed75360eb4
|
@ -3,12 +3,3 @@
|
||||||
A Logging framework with lots of additions (see [Monolog](https://github.com/Seldaek/monolog/)). There are just Friendica additions inside the src directory.
|
A Logging framework with lots of additions (see [Monolog](https://github.com/Seldaek/monolog/)). There are just Friendica additions inside the src directory.
|
||||||
|
|
||||||
Set `system.logger_config` to `monolog` in your `config/local.config.php` file to activate Monolog.
|
Set `system.logger_config` to `monolog` in your `config/local.config.php` file to activate Monolog.
|
||||||
|
|
||||||
```
|
|
||||||
// in config/local.config.php
|
|
||||||
// ...
|
|
||||||
'system' => [
|
|
||||||
'logger_config' => 'monolog',
|
|
||||||
]
|
|
||||||
// ...
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue