Supercharger maintains a log of all AI operations. Logs are accessed from two places depending on what you need.
Recent Activity (Tools Page)
Go to Supercharger → Tools → Recent Activity to see a filterable, real-time list of all AI operations: API calls, indexing events, generation results, and errors. This is the primary place to check what the plugin is doing or has recently done.
Each entry includes:
- Timestamp — When the event occurred.
- Level — Severity: Success, Info, Notice, Warning, Error, System, or Debug.
- Component — Which module or system process generated the entry.
- Message — What happened.
- Context — Additional details such as the post ID and provider used.
Log Settings (Settings Page)
Logging behavior is configured under Supercharger → Settings → Advanced:
| Setting | Description | Default |
|---|---|---|
| Log Level | The minimum severity to record. Lower levels (e.g., Debug) produce more entries; higher levels (e.g., Error) record only failures. | Error |
| Max Log Entries | How many entries to keep before old ones are discarded (100–100,000). | 10,000 |
Log retention (how many days entries are kept before being deleted automatically) is configured under Settings → Caching & Cleanup. The default is 7 days.
Debugging with Logs
If a module isn’t producing output for a specific post:
- Go to Supercharger → Tools → Recent Activity.
- Filter by the relevant module or post ID.
- Look for Warning or Error entries — they typically explain why generation failed.
Common issues visible in logs:
- Invalid or expired API key
- API rate limit exceeded
- Post content too short to process
- Empty or unparseable AI response