DATA-DOG / DataDogAuditBundle

Stores all database changes for doctrine ORM
MIT License
135 stars 63 forks source link

Updated LoggerChain usage. Support for dbal v3 #80

Closed JokubasR closed 2 years ago

JokubasR commented 2 years ago

LoggerChain::addLogger method is deprecated in dbal v2 and removed in v3. Loggers must be set via constructor instead.

https://github.com/doctrine/dbal/pull/3572

l3pp4rd commented 2 years ago

was also recently updated