Debug Log – Manger Tool

外掛說明

A simple debug helper plugin. Check Debug Log from the dashboard. With Query Log & Email notification . It will trigger an email notification using wp-cron if there is any data in the log file.
Using WP_DEBUG_DISPLAY along with WP_DEBUG, debug messages can be controlled to show or not. By default,it is off so users will not see any debug info.
**
Use SAVEQUERIES to toggle saving database queries and view database query logs from logs tab.

  • Enable or disable debug constants with a single click.

  • See different highlighted log levels.

  • Set custom log file paths for loading debug logs.
    > apply_filters(‘wp_debuglog_log_file_path’, $file);
  • Accessible from the dashboard’s WordPress admin top nav bar.
  • Simplifies the debugging process by managing to log debug without modifying the wp-config.php file directly.
  • Use safe mode to quickly deactivate all plugins except selected ones, and undo the proccess with just a click.
  • Use Query Logs to check all queries from $wpdb->queries, just toggle SAVEQUERIES from settings.

Debug Options Available

  1. WP_DEBUG :: Default Value : true
  2. WP_DEBUG_LOG:: Default Value : true
  3. SCRIPT_DEBUG :: Default Value : false
  4. WP_DEBUG_DISPLAY :: Default Value : false
  5. SAVEQUERIES:: Default Value : false

Please note: Constant values will be restored on plugin deactivation as it was before activating the plugin.

螢幕擷圖

  • ** Plugin Settings **
  • ** Debug Log **

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/debug-log-config-tool directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to Tools-> Debug Logs screen to see the debug logs or access it from the top navbar.

常見問題集

Do I need file manager/ftp or modify wp-config.php fie ?

No, just activate the plugin and turn off/on debug mode from plugin settings

Can I see full debug in dashboard?

Yes you can see a simple log in dashboard widget and nicely formatted view in the plugin

What does safe mode do?

Safe mode will deactivate all the plugin except the selected one. When you turn safe mode off it will restore all the previous activated plugin.

使用者評論

2024 年 2 月 19 日 1 則留言
The plugin used to work very well, but with the latest update the debug log cannot be cleaned. This has been reported as a bug 2 months ago with no response and no other update. This is why I'm giving the plugin 2 stars. There are other plugins that work better.
2024 年 1 月 8 日 1 則留言
Works without having the errors on the front end of your site, you see the errors nicely in the admin area, The user sees nothing
2023 年 12 月 6 日
Great plugin because it's no-frills and just does its job. I just wish the refresh button would work on multiple clicks. It seems to only work once and then you either need to delete the logs or refresh the page for it to work again.
2023 年 10 月 31 日
My go-to debugging plugin for 500 internal server errors and anything that's trickier to track. Good job.
閱讀全部 11 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Debug Log – Manger Tool〉的開發相關工作。

參與者

將〈Debug Log – Manger Tool〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

= 1.0.0
-Initial Version

= 1.4.4
– Fixed Refresh Log
– Added dashboard widget
= 1.4
– Clean UI
– Refresh Log
– Email Notification
= 1.4.2
– New Constants
– Removed database dependency
= 1.4.5
– Fixed refresh
= 1.5
– Fixed Vulnerability of debug log file. Generating random file for debug.
– Added a new safe mode which will turn off all plugins excluding selected ones.
= 1.5.2
– Added query logs