=== Debug Log Tool === Contributors: nsgawli Tags: debug, wp debug, debug log, wp-config, phpinfo Requires at least: 6.2 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html View debug log, download logs, and inspect server configuration from one central dashboard. == Description == Debug Log Tool is a clean and minimal plugin that helps WordPress developers debug their sites more efficiently. With just a few clicks, you can toggle WordPress debugging features, inspect key server files, and monitor system behaviour — all from the WordPress dashboard. Key Features: - Enable/Disable WordPress constants like WP_DEBUG, WP_DEBUG_LOG, WP_DEBUG_DISPLAY, SCRIPT_DEBUG - Download the debug.log file directly from the admin panel - View .htaccess, wp-config.php, and phpinfo() output - Get database table info including size and row count - Lightweight, minimalist UI — focused only on debugging Whether you're working on a staging server or trying to track down an issue in development, Debug Log Tool gives you what you need — nothing more, nothing less. == Installation == = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for Debug Log Tool 3. Click 'Install Now' 4. Activate the plugin on the plugin dashboard = Uploading in WordPress Dashboard = 1. Download `debug-log-tool.zip` from this page 2. Navigate to the 'Add New' in the plugins dashboard 3. Navigate to the 'Upload' area 4. Select `debug-log-tool.zip` from your computer 5. Click 'Install Now' 6. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `debug-log-tool.zip` from this page 2. Extract the `debug-log-tool` directory to your computer 3. Upload the `debug-log-tool` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard This plugin is almost plug and play! == Frequently Asked Questions == = Can I download the debug.log file? Yes, if a debug.log file exists, you can download it directly from the admin panel. = Does it modify wp-config.php? No, it uses constants temporarily during runtime. It does not rewrite your config file. = Is it safe to use on production? Yes, but be cautious enabling debug mode in a live environment as it may expose sensitive information. == Screenshots == 1. Debug logs 2. Debug settings interface 3. Server information - WP Config file 4. Server information - .htaccess file 5. Server information - PHP Info 6. Server information - Database table info == Changelog == = 1.0.0 Initial release