DataDogAuditBundle
DataDogAuditBundle copied to clipboard
How do I show the logs views?
I installed the bundle, I checked that it registers in database, but I do not know how to show the view with logs.
There is some example: https://github.com/DATA-DOG/DataDogAuditBundle/blob/master/example/src/AppBundle/Controller/AuditController.php
For general cases, it is not simple. In our projects, we use this class as base for displaying: https://github.com/EmchBerger/cube-common-bundle/blob/master/src/DataHandling/Logs/DataDogAudit.php