• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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