Hide Forgot
Description of problem: Currently the log rotation is hard coded to 5 1gig logs. The number and size should be configurable from the config fle. Version-Release number of selected component (if applicable): 0.6.15
pushed to gerrit for review
This is not actually configurable from a conf file. I tried to add it into the config here a1cf607a464d19e7c9e3087bc35abbc7b94c26be but the config file that it's using is actually wrong. Rather than go through and fix up all the places that use this conf, I reverted the original commit as well I've previously made changes to the configs in 0.7, so when I rebase 0.6 branch I'll fix this up.
LOG_MAXBYTES=500 LOG_BACKUPCOUNT=3 --------------------------- -rw-rw-rw- 1 apache apache 373 Oct 4 21:23 proxy.log -rw-rw-rw- 1 apache apache 602 Oct 4 21:23 proxy.log.1 -rw-rw-rw- 1 apache apache 539 Oct 4 21:23 proxy.log.2 -rw-rw-rw- 1 apache apache 604 Oct 4 21:23 proxy.log.3