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

Call to undefined method Doctrine\DBAL\Logging\LoggerChain::addLogger() with DBAL 3 #1262

Closed
greg0ire opened this issue Nov 15, 2020 · 0 comments · Fixed by #1263
Closed

Comments

@greg0ire
Copy link
Member

We advertise compatibility with doctrine/dbal 3, but still call that method, which was removed in favor of calling the constructor here:

<call method="addLogger">

and here:

$chainLogger->addMethodCall('addLogger', [$profilingLogger]);

I might fix that later, feel free to beat me to it, anyone.

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.

2 participants