Commit 748b3e9
committed
minor #6895 fixing $formatLevelMap array values (zrashwani)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6895).
Discussion
----------
fixing $formatLevelMap array values
Logically the values of `$formatLevelMap` array were switched,
`LogLevel::CRITICAL` key should have value `ConsoleLogger::ERROR` and
`LogLevel::DEBUG` key should have value `ConsoleLogger::INFO`
Commits
-------
0f56c3c fixing $formatLevelMap array values1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments