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
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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
The MonologBundle provides integration of the Monolog
library into the Symfony framework.
More information in the official documentation.
This bundle is released under the MIT license