Commit a5b28e1
committed
bug #373 Fix infinite loop in LogLevel detection (jderusse)
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 detectionFile tree
2 files changed
+10
-1
lines changed- DependencyInjection
- Tests/DependencyInjection
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
| |||
0 commit comments