• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Create plan with rotation daily

Andrei C

Regular Pleskian
Dear Support,

Please check this option not working (working only update plan):

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true

or this working without "-log-bytime daily"

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-max-num-files 10 -log-compress true

Could you fix this, on next updates?
 
Hello Andrei,
do you confirm that the compression log option flag is currently working?

Because it doesn't work for us in this moment

We have no compressed log.

Another case: the system log isn't ZIP have a new prefix in the file "processed"

Thanks for your help
 
How can set this rules?

Working only this:
.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-max-num-files 10 -log-compress true

or (update not create)

.\service_plan.exe --update "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true

if create plan -> not working (with option -log-bytime daily):

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true
 
Back
Top