mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-03-04 09:08:32 +00:00
.. | ||
src | ||
static | ||
vendor | ||
composer.json | ||
composer.lock | ||
monolog.php | ||
README.md |
Monolog Addon
A Logging framework with lots of additions (see 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',
]
// ...