From: Art4 Date: Thu, 6 Feb 2025 09:27:22 +0000 (+0000) Subject: Setting the logger_config config is no longer needed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ed75360eb4f573c961dc1e1eca58bed7b2ba37e1;p=friendica-addons.git Setting the logger_config config is no longer needed --- diff --git a/monolog/README.md b/monolog/README.md index e5a139e9..74ade29d 100644 --- a/monolog/README.md +++ b/monolog/README.md @@ -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. 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', - ] -// ... -```