DataDogAuditBundle icon indicating copy to clipboard operation
DataDogAuditBundle copied to clipboard

How do I show the logs views?

Open iraldoad opened this issue 5 years ago • 1 comments

I installed the bundle, I checked that it registers in database, but I do not know how to show the view with logs.

iraldoad avatar May 07 '19 03:05 iraldoad

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

SimonHeimberg avatar May 29 '20 06:05 SimonHeimberg