Logs

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:

SettingDescriptionDefault
Log LevelThe minimum severity to record. Lower levels (e.g., Debug) produce more entries; higher levels (e.g., Error) record only failures.Error
Max Log EntriesHow 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:

  1. Go to Supercharger → Tools → Recent Activity.
  2. Filter by the relevant module or post ID.
  3. 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