X Tutup
The Wayback Machine - https://web.archive.org/web/20201204233631/https://github.com/symfony/monolog-bundle
Skip to content
master
Go to file
Code

Latest commit

This PR was merged into the 3.x-dev branch.

Discussion
----------

Fix infinite loop in LogLevel detection

While converting the logLevel into the right const value, calling `$container->resolveEnvPlaceholders($level, true);` does not always throw an exception and returns the value provided in INPUT, leading to an infinite loop

This PR fixes  #367 (comment) BUT is not related to the issue #367 (comment)

Commits
-------

a36cd53 Fix infinite loop in LogLevel detection
a5b28e1

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

MonologBundle

The MonologBundle provides integration of the Monolog library into the Symfony framework.

More information in the official documentation.

License

This bundle is released under the MIT license

You can’t perform that action at this time.
X Tutup