• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question vhosts: Log files are rebuilt

ollibraun

New Pleskian
Server operating system version
Debian 12.6
Plesk version and microupdate number
Plesk Obsidian 18.0.62 Update 1 Web Pro Edition
Hello,

more of a general Linux question than a Plesk problem, but maybe someone here has an idea anyway:

I don't need the logs at the vHosts and delete them from time to time. Only now I noticed that not only after deleting new logs under...
Code:
/var/www/vhosts/domain.de/logs
...which I expected, but the deleted logs are also there again. Even with the old file creation data. As if they had never been deleted.

So, as root user:
Code:
rm -f -r /var/www/vhosts/domain.de/logs

A few days later, the content is back:
logs.png
I did not restore a backup. A server restart or a "plesk repair all -y" command apparently does not trigger this.

Does anyone know what triggers the restore or where the data comes from? In other words, which mechanism is responsible for this?

Best regards
Oliver
 
Not a direct answer to your question, but since you mentioned you don't need the domain log this support article might be of interest to you:
 
You also need to delete the logs on /var/www/vhosts/system/domain.de/logs
This is the "primary" location of all these logs, and on /var/www/vhosts/domain.de/logs are only hardlinks to these files
 
Back
Top