How to Inspect & Export File Logs
The File Logs utility provides direct, in-dashboard access to raw server-side log files generated by AdFuz in wp-content/uploads/ad-fuz/log/.
To access File Logs, navigate to WordPress Admin > AdFuz > Tools and click Open → on File Logs.
File Logs Diagnostic Dashboard
Section titled “File Logs Diagnostic Dashboard”AdFuz Tools: [ File Logs ]Reading from: wp-content/uploads/ad-fuz/log/ · 2 files found[ Total Lines: 6 ] [ Errors: 0 ] [ Warnings: 0 ] [ Debug: 0 ]1. Log Files Explorer (Left Panel)
Section titled “1. Log Files Explorer (Left Panel)”geolite__YYYYMMDD.log: MaxMind GeoLite2 binary database download, decompression, and integrity logs.default__YYYYMMDD.log: Core system execution, cron rotation tasks, and background job logs.
2. Log Filter & Search Controls
Section titled “2. Log Filter & Search Controls”- Severity Level Filter: Switch between
All levels,INFO,WARNING,ERROR, andDEBUG. - Search Logs: Filter lines by keywords (e.g.
GeoLite2,error,timeout). - Export Log (Green Button): Download the raw text file to your local computer for support analysis.
Sample Log Format
Section titled “Sample Log Format”[INFO] ==================== 26/08/2026 00:29:11 (INFO) START ====================GeoLite2 database download started.[INFO] ==================== 26/08/2026 00:29:11 (INFO) END ====================
[INFO] ==================== 26/08/2026 00:29:15 (INFO) START ====================Array( [message] => GeoLite2 database downloaded and extracted successfully. [mmdb_path] => D:\localserver\ad-fuz\wordpress\wp-content\uploads\ad-fuz\geolite-db\GeoLite2-City.mmdb)[INFO] ==================== 26/08/2026 00:29:15 (INFO) END ====================Step-by-Step Diagnostic Review
Section titled “Step-by-Step Diagnostic Review”- Go to AdFuz > Tools > File Logs.
- Select the log file you wish to review from the left sidebar.
- Filter by
ERRORor search for specific terms. - If troubleshooting with customer support, click Export Log to download the file.