Closed alecghica closed 11 years ago
Fixed check for empty custom_access_event_log and custom_event_log, as custom logs equal to empty string were not treated as empty logs.
For example, adding bellow lines in your Zope part will not add the log rotate settings in your zope.conf:
event-log-max-size = 1mb event-log-old-files = 3 event-log-custom =
event-log-max-size = 1mb
event-log-old-files = 3
event-log-custom =
Fixed check for empty custom_access_event_log and custom_event_log, as custom logs equal to empty string were not treated as empty logs.