• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How do insert line breaks from a PHP script into the Plesk cron job logs?

teha

New Pleskian
Hello,

I am running the recent version of Plesk (Plesk is updating automatically).

I have a PHP script on my server which is run by a Plesk cron job every 6 hours and I set that I would like to receive the (error) log from the cron job by e-mail.

When the cron job is running, the PHP script generates output in this way:
PHP:
echo("Step 1\r\n");
//...
echo("Step 1 finished \r\n");

However, when the script completes, I get an e-mail with output like
Step 1\r\nStep 1 finished\r\n
and so on.

Doing the same with "<br />" instead of "\r\n" does not help either.

Does anyone of you know of a similar situation or how I can get an e-mail output like
Step 1
Step 1 finished
?

Looking forward for your answers.

Best regards,
teha
 
Last edited:
Back
Top