• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue Log rotation problem

Fabian H

Basic Pleskian
I just found out that my access_ssl_log.processed is empty for each domain.
The access_ssl_log is correct, also the access_ssl_log.processed.1.gz and so on.
What I found out is that the things that should be in the processed are located in the processed.1.gz.
Also, there are no entries for a single domain in the access_ssl_log. Permissions are the following:
Code:
1580779   0 -rw-r--r--.  2 root      root         0 Aug 16 12:46 access_ssl_log
Any Ideas how to fix that?
 
I believe this is normal if you have log rotation on. The .processed file is intended to only exist as an intermediate step while webstats, etc. are run against the data, then the prior rotation interval's entries move into the .1.gz, .2.gz, etc. after each interval (typically daily), and .processed ends up empty again.
 
Back
Top