How to Inspect & Export Database Audit Logs
The Database Logs tool provides an interactive viewer and query interface for the relational wp_adfuz_audit_logs database table.
To access Database Logs, navigate to WordPress Admin > AdFuz > Tools and click Open → on Database Logs.
Audit Logs Dashboard
Section titled “Audit Logs Dashboard”AdFuz Tools: [ Database Logs ]Audit trail from wp_adfuz_audit_logs · 2 total records[ Total: 2 ] [ Errors: 0 ] [ Critical: 0 ] [ Warnings: 0 ] [ Info: 2 ]1. Granular Filters Bar
Section titled “1. Granular Filters Bar”- Log Level: Filter by
All levels,Info,Warning,Error, orCritical. - Action: Filter by
insert,update,delete, or status changes. - Entity Type: Filter by target entity (
campaign,ad,ad_space,setting). - Date: Datepicker (
dd-mm-yyyy) to inspect events on a specific calendar day. - Search: Free-text search inside modification diffs or message bodies.
Audit Table Attributes & Columns
Section titled “Audit Table Attributes & Columns”| Column | Example Value | Description |
|---|---|---|
| # | 26, 25 |
Unique auto-increment record ID |
| LEVEL | Info | Event severity classification |
| ACTION | update | Type of mutation performed |
| ENTITY | campaign #1 |
Affected object model and entity ID |
| MESSAGE / CHANGES | > update |
Detailed before/after diff payload |
| USER | wpadz |
WordPress administrator login name |
| IP | ::1 / 192.168.1.1 |
Network IP address of the user |
| DATE & TIME | Aug 28, 2026 15:33:10 |
Exact execution timestamp |
Exporting Audit Records to CSV
Section titled “Exporting Audit Records to CSV”- Go to AdFuz > Tools > Database Logs.
- (Optional) Filter by date, user, or specific entity type (e.g.
campaign). - Click the green Export CSV button in the top right.
- Your browser will download the complete audit trail spreadsheet for offline auditing and compliance.