Implement monolog addon as LoggerFactory #1598

Merged
MrPetovan merged 6 commits from Art4/friendica-addons:loggerfactory-in-monolog-addon into develop 2025-02-08 04:16:48 +01:00
Showing only changes of commit 0bafcc78f8 - Show all commits

14
monolog/README.md Normal file
View file

@ -0,0 +1,14 @@
# Monolog Addon
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',
]
// ...
```