Does wordpress create any dated logs of activity?
ie core updates, plugin download dates etc?
Leave a Reply
You must be logged in to post a comment.
Does wordpress create any dated logs of activity?
ie core updates, plugin download dates etc?
You must be logged in to post a comment.
No, it doesnât. You could hook into the appropriate filters and save the information in an option or in a custom post type. I would log updates to PHP, MySQL and the server software too. Would be an interesting project. 🙂
If you have enabled debug logging then it will. You can do this by editing your
wp-config.php
file and adding the following line:For more info see WP_DEBUG, which was added to WordPress as of version 2.3.1.
WordPress alone cannot do it.
There are several options in terms of plugins that track the activities such as core/plugin/theme updates.
I am using WP Admin Audit for having an event log on my sites.