froger-me / wp-packages-update-server

WP Packages Update Server - Run Your Own Update Server for Plugins and Themes
GNU General Public License v3.0
141 stars 39 forks source link

request.log missing #16

Closed gmatta01 closed 4 years ago

gmatta01 commented 4 years ago

In main package, request.log records all logs of requests. But folder seems empty. Known issue?

froger-me commented 4 years ago

Hello @gangesh ! The empty directory upon install is normal. When a request for update is successfully made, the logs folder will automatically be filled with two files:

The content of the .htaccess file will look like:

Order deny,allow
Deny from all

Each line of request.log will look like:

[timestamp] IP_address  action  slug    installed_version   wordpress_version   site_url    query_string

If you have been using the plugin and the folder is empty, you may need to check you server logs and make sure your WordPress installation files and directories have the right permissions as described here.

gmatta01 commented 4 years ago

@froger-me I found it in wppus directory. Solved!