Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing $formatLevelMap array values #6895

Closed
wants to merge 1 commit into from
Closed

fixing $formatLevelMap array values #6895

wants to merge 1 commit into from

Conversation

zrashwani
Copy link
Contributor

@zrashwani zrashwani commented Aug 20, 2016

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

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`
@wouterj
Copy link
Member

wouterj commented Aug 28, 2016

Seems like a correct fix to me 👍
status: reviewed

@javiereguiluz
Copy link
Member

👍

@xabbuh
Copy link
Member

xabbuh commented Sep 21, 2016

Good catch, thanks @zrashwani.

xabbuh added a commit that referenced this pull request Sep 21, 2016
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 values
@xabbuh xabbuh closed this Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants