]> git.mxchange.org Git - friendica-addons.git/commitdiff
Setting the logger_config config is no longer needed
authorArt4 <art4@wlabs.de>
Thu, 6 Feb 2025 09:27:22 +0000 (09:27 +0000)
committerArt4 <art4@wlabs.de>
Thu, 6 Feb 2025 09:27:22 +0000 (09:27 +0000)
monolog/README.md

index e5a139e97bf57bd416ca3b63337ff120bc963edc..74ade29d3cefbff88243eff733b48a064a985e91 100644 (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.
 
 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',
-    ]
-// ...
-```