-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #446 Resolve "level" env var at runtime (GromNaN)
This PR was merged into the 3.x-dev branch. Discussion ---------- Resolve "level" env var at runtime Resolves #413, #444 Currently, the log level is read when the container built. This means we cannot change a log level at runtime using env vars. With this change, log level can be modified for a specific command run: `LOG_LEVEL=debug bin/console ...` ~I would like to get some feedbacks before updating tests. I don't know yet what is the best strategy to check the resolution of the values.~ Commits ------- db45663 Resolve levels at runtime using Monolog's native behavior.
- Loading branch information
Showing
4 changed files
with
40 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.