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

Wire a middleware for logging #1429

Closed
derrabus opened this issue Nov 21, 2021 · 3 comments · Fixed by #1456
Closed

Wire a middleware for logging #1429

derrabus opened this issue Nov 21, 2021 · 3 comments · Fixed by #1456

Comments

@derrabus
Copy link
Member

Follows doctrine/dbal#4967

The way we currently use to wire a logger is deprecated in DBAL 3.2 and has been removed in DBAL 4. We should instead wire the new middleware.

nicolas-grekas added a commit to symfony/symfony that referenced this issue Nov 23, 2021
This PR was merged into the 4.4 branch.

Discussion
----------

Skip deprecation coming from DBAL 3.2

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

While waiting for doctrine/DoctrineBundle#1429 and related

Commits
-------

647d501 Skip deprecation coming from DBAL 3.2
@arcanisgk

This comment has been minimized.

@derrabus
Copy link
Member Author

I wonder how this goes; the update of the package in which version will it be corrected?

It will be corrected as soon as somebody corrects it.

@dmaicher
Copy link
Contributor

Done in #1456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants