VTUL / vtechworks

DSpace at Virginia Tech
http://vtechworks.lib.vt.edu
Other
6 stars 8 forks source link

Limit the number of log files that are retained. #753

Closed pmather closed 3 years ago

pmather commented 3 years ago

The current log settings configure the logger with "MaxLogs=0". This means no old log files are deleted after log rotation. Instead, we avoid runaway log file accumulation by setting a non-zero value for "MaxLogs".

alawvt commented 3 years ago

@pmather, this looks fine to me.

alawvt commented 3 years ago

Partially resolves https://code.vt.edu/it-services/vtlibans_dspace/-/issues/153.