Skip to content

Debug Settings

Troubleshoot without leaving the admin

The Debug Settings panel (#/settings/debug) groups everything you need to diagnose issues: no FTP, no SSH, no opening log files by hand.

FleekDash Debug Mode

Toggle debug mode on or off and see the current state (Active / Inactive) at a glance. Turn it on while troubleshooting, off when you are done.

Debug Log Management

Actions on debug.log directly from the panel:

  • Clear Log: empty debug.log contents.

  • Create Backup: save backup files before clearing so you don't lose history.

  • Download: copies the log to your uploads folder and starts a download.

  • Report: send the debug log to support in one click.

Automatic Debug Log Clearing

Keep debug.log from growing forever:

  • Enable Auto-Clear turns the rules on.

  • Maximum File Size (MB): clear when the log exceeds this size.

  • Maximum File Age (Hours): clear when the log is older than this.

  • Clear on Debug Toggle: wipe the log when debug mode is switched off.

  • Check Auto-Clear Conditions: manually test whether the rules would trigger now.

PHP Notices Suppression

Filter non-critical noise out of debug.log: PHP Deprecated & Notice Messages can be Hidden from logs (cleaner output) or Visible in logs (verbose mode). Routine diagnostic noise stays out of the log when enabled.

Debug Information & Cache

  • Debug Information: WordPress info (Site URL, Admin URL, detection method) and browser info (screen, user agent), handy when reporting issues.

  • Cache Management: Clear All Cache button for a fresh state after debugging.