8000 [Logger] [Monolog] Add ConfigBuilders for Monolog by Nyholm · Pull Request #15278 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Logger] [Monolog] Add ConfigBuilders for Monolog #15278

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

Merged
merged 1 commit into from
Apr 23, 2021

Conversation

Nyholm
Copy link
Member
@Nyholm Nyholm commented Apr 22, 2021

Only two more PRs after this =)

->fromEmail('error@example.com')
->toEmail(['error@example.com'])
// or a list of recipients
// ->toEmail(['dev1@example.com', 'dev2@example.com', ...])
Copy link
Member Author

Choose a reason for hiding this comment

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

Im not sure we need to show that a "list of recipients" is possible since toEmail() requires an array.

->fromEmail('error@example.com')
->toEmail(['error@example.com'])
// or a list of recipients
// ->toEmail(['dev1@example.com', 'dev2@example.com', ...])
Copy link
Member Author

Choose a reason for hiding this comment

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

Same

@carsonbot carsonbot changed the title [Monolog] Add ConfigBuilders for Monolog [Logger] [Monolog] Add ConfigBuilders for Monolog Apr 23, 2021
@javiereguiluz javiereguiluz added this to the 5.3 milestone Apr 23, 2021
@javiereguiluz
Copy link
Member

Thanks Tobias. While merging I left the examples that you wondered about. You are right that they are not strictly needed, but they probably were added to avoid confusion of some readers, so let's keep it for now. Thanks!

@javiereguiluz javiereguiluz merged commit 942541a into symfony:5.x Apr 23, 2021
@Nyholm
Copy link
Member Author
Nyholm commented Apr 23, 2021

Thank you for merging and for the feedback.

@Nyholm Nyholm deleted the monolog-config-builder branch April 23, 2021 15:54
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.

3 participants
0