pegasystems / docker-pega-web-ready

Docker project for generating a tomcat docker image for Pega
Apache License 2.0
56 stars 101 forks source link

ISSUE-187: add maxDays to AccessLogValve #188

Closed byroncollins closed 6 months ago

byroncollins commented 1 year ago

Implemented the ability to configure the rotation of the tomcat access log using the attribute maxDays.

The default value of -1 will be used, which means never deleting old files. This mirrors the existing behaviour when not specifying the maxDays attribute.

kishorv10 commented 6 months ago

@byroncollins Are you still seeking the PR to be merged?

byroncollins commented 6 months ago

@byroncollins Are you still seeking the PR to be merged?

Hello @kishorv10 - we implemented this functionality in our downstream application images, so we are not waiting on this PR. But it could be useful for others.

petejo commented 6 months ago

Not required.