mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-02-19 17:46:47 +00:00
Setting the logger_config config is no longer needed
This commit is contained in:
parent
c4f8c65817
commit
ed75360eb4
1 changed files with 0 additions and 9 deletions
|
@ -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…
Add table
Reference in a new issue