The Doctrine\DBAL\Logging\SQLLogger Interface is deprecated
Current behavior
Symfony 6.1 shows a deprecation notice.
2022-07-12T09:45:13+00:00 [info] User Deprecated: The "DH\Auditor\Provider\Doctrine\Auditing\Logger\Logger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
2022-07-12T09:45:13+00:00 [info] User Deprecated: The "DH\Auditor\Provider\Doctrine\Auditing\Logger\LoggerChain" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
auditor
versionSummary
The Doctrine\DBAL\Logging\SQLLogger Interface is deprecated
Current behavior
Symfony 6.1 shows a deprecation notice.
How to reproduce
Expected behavior
No deprecations are shown when using the library.