Setting the logger_config config is no longer needed

pull/1598/head
Art4 2025-02-06 09:27:22 +00:00
parent c4f8c65817
commit ed75360eb4
1 changed files with 0 additions and 9 deletions

View File

@ -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',
]
// ...
```