H HostaHost Silver Pleskian Nov 26, 2019 #1 Can someone tell me the command line equivalent to going into: Tools & Settings -> Server Settings -> "Force daily log rotation for all domains" and setting the log rotation count?
Can someone tell me the command line equivalent to going into: Tools & Settings -> Server Settings -> "Force daily log rotation for all domains" and setting the log rotation count?
IgorG Plesk addicted! Plesk Certified Professional Nov 26, 2019 #2 Try to use: # plesk bin domain -l | while read dom_name; do plesk bin domain -u $dom_name -log-bytime daily; done
Try to use: # plesk bin domain -l | while read dom_name; do plesk bin domain -u $dom_name -log-bytime daily; done