monolog-bundle icon indicating copy to clipboard operation
monolog-bundle copied to clipboard

Allow to use env var for log levels of console logger

Open GromNaN opened this issue 1 year ago • 0 comments

Following https://github.com/symfony/monolog-bundle/pull/446

The console logger have a map of verbosity => log level that should be configurable with env vars.

Disadvantage: in case of invalid log level, the exception cannot be contextualized with the output verbosity.

The tests in this PR will conflict with https://github.com/symfony/monolog-bundle/pull/439

GromNaN avatar Dec 19 '22 22:12 GromNaN