Linux 软件免费装
Banner图

Debug Log - Manger Tool

开发者 pyrobd
更新时间 2024年4月17日 15:22
PHP版本: 5.6 及以上
WordPress版本: 6.4.3
版权: GPLv2 or later
版权网址: 版权信息

标签

debug tools developer debug log

下载

1.5.1 1.4.4 1.5.2 1.4.3 1.0.0 1.4.2 1.4.5 1.3 1.0.2 1.1 1.2 1.4 1.5

详情介绍:

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 queries from logs [youtube https://youtu.be/moJPyyVfm3A]
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.

安装:

  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.

屏幕截图:

  • ** Debug Log **

常见问题:

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.

更新日志:

= 1.0.0 -Initial Version = 1.4.4