diff --git a/monolog/README.md b/monolog/README.md new file mode 100644 index 00000000..e5a139e9 --- /dev/null +++ b/monolog/README.md @@ -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', + ] +// ... +```