Add READMD.md for monolog addon
This commit is contained in:
parent
e6d92cc94a
commit
0bafcc78f8
1 changed files with 14 additions and 0 deletions
14
monolog/README.md
Normal file
14
monolog/README.md
Normal 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',
|
||||
]
|
||||
// ...
|
||||
```
|
Loading…
Reference in a new issue