You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the bundle with several connections and here is a suggestion after playing with logs.
Logs with the dedicated Doctrine\DBAL\Logging\Middleware are lacking the connection name used by the bundle.
Right now, it is impossible to know which connection is related to a given log.
Thanks!
The text was updated successfully, but these errors were encountered:
I think this would make sense 👍 But this would probably involve contributing to the DBAL Middleware code to make it possible to pass additional information (like the connection name) into the logging context?
Hello
First, thank you for this amazing package!
I'm using the bundle with several connections and here is a suggestion after playing with logs.
Logs with the dedicated
Doctrine\DBAL\Logging\Middleware
are lacking the connection name used by the bundle.Right now, it is impossible to know which connection is related to a given log.
Thanks!
The text was updated successfully, but these errors were encountered: