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

Remove custom log levels. #4883

Merged
merged 7 commits into from
Nov 1, 2021
Merged

Remove custom log levels. #4883

merged 7 commits into from
Nov 1, 2021

Conversation

weitzman
Copy link
Member

@weitzman weitzman commented Oct 30, 2021

Any affected contrib or custom commands should use methods on the logger like debug(), info(), etc.

Before: $this->logger()->log(LogLevel::DEBUG, "Foo);
After: $this->logger()->debug("Foo));

@weitzman weitzman changed the title Use standard log levels. Remove custom log levels. Oct 30, 2021
Copy link
Member

@greg-1-anderson greg-1-anderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were for b/c; good time to remove them.

@weitzman weitzman merged commit 208b960 into drush-ops:11.x Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants