WordPress / plugin-check

A repository for the new Plugin Check plugin from the WordPress Performance and Plugins Team.
https://wordpress.org/plugins/plugin-check/
GNU General Public License v2.0
266 stars 53 forks source link

Debug log #770

Open Tymotey opened 2 weeks ago

Tymotey commented 2 weeks ago

On scan page add a checkbox that will save logs of each scan check. Save one(or multiple) logs and create a way to view(delete also) the log. If multiple logs are going to be saved show a list of current logs and allow user to view or delete it. Saving location: wp-content/pcp-files

Log could be something like: General checks Running PHPCS checks 0 errors found in file xxxxx 1 error found in file yyyyy

Performance checks Running WP Query Params checks Query xxxx must .... Query yyy is ok

This will help on: Easy save/send report by user later maybe sharing it later Debug any issue that will stop the scan on any step

swissspidy commented 2 weeks ago

Previously/Related: #558