=== Log Viewer === Tags: debug, log, advanced, admin Tested up to: 3.5 ( beta1 ) Requires at least: 3.4 Stable Tag: 2012.10.01 Contributors: License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CDNHTJWQEP5S2 This plugin provides an easy way to view log files directly in the admin panel. == Description == This plugin provides an easy way to view debug.log file directly in admin panel of your wordpress. Also you can perform simple actions like empty the file or deleting it. The plugin is recommended to use only in development. To activate Wordpress logging to file you have to set `define( 'WP_DEBUG_LOG', true );` in your wp-config.php file. If you'r experiencing problems please report through support forum! Also if you have ideas or how i could do better feel free to submit your view. Please also check FAQ Section. I don't like beer but i need Red Bull to work properly. If you like my plugins feel free to buy me a can. **ToDo:** * integrating more files/own files; Currently only debug.log file is viewable * catching some not set requirements * adding in-code documentation * Translations ( DE ) == Changelog == = 2012.10.01 = * check if file is writeable; if not cancel actions / display message * adjusting wp-plugin contents = 2012.09.30 = * initial Wordpress.org Plugins commit * restructured for svn and wp-plugins hosting * solved problems with wp-plugins site = 2012.09.29 = * submit for Wordpress.org approvement == Installation == 1. Upload to your plugins folder, usually found at 'wp-content/plugins/' 2. Activate the plugin on the plugins screen 3. Navigate to Tools ... Log Viewer to show and view log files 4. You may want to activate WP logging setting WP_DEBUG_LOG to TRUE in your wp-config.php file == Frequently Asked Questions == = How to enable debug.log = Simply add `define( 'WP_DEBUG_LOG', true );` in your wp-config.php file. = I change my error_log to something other than WP default ( WP_CONTENT_DIR . /debug.log ) = That's ok ... but currently this plug-in only works with Wordpress default configuration. So the debug.log file has to be found at WP_CONTENT_DIR . /debug.log = Can i show other files? = Not yet! I'm working on a solution to showing other *.log files or user defined files as well. = In Files View i only get the error message "Could not load file." = It looks like there isn't a debug.log wich could mean there are no errors. Yay! If the file is there, it could be that it is not readable ( check your permissions ) or it's a bug ... Booo! = I don't see File Actions options = The options are only displayed if the file is writeable. Check your permissions. == Upgrade Notice == = None yet. == Screenshots == 1. Screenshot shows the file view screen