plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

Fixed check for empty custom logs #8

Closed alecghica closed 11 years ago

alecghica commented 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.

alecghica commented 11 years ago

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 =