-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
We run the WordPress cron via the following cron job command:
wp cron event run --due-now --quietHere we deliberately use the --quiet parameter so that the command does not give any output. If there is output due to errors, we will receive an e-mail notification about it. Because BackWPup does give standard output, we now also receive a daily e-mail notification with the BackWPup CLI info:
Lines 617 to 620 in 0fc9138
| //output info on cli | |
| if (php_sapi_name() == 'cli' && defined('STDOUT')) { | |
| fwrite(STDOUT, strip_tags($info)); | |
| } |
Is it possible to add something to disable this CLI info write?
Metadata
Metadata
Assignees
Labels
No labels