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

Allow to not render the logging sections in zope.conf #17

Closed frapell closed 9 years ago

jensens commented 9 years ago

i dont get it exactly. with no section does it mean no logging at all? a little more verbose explanation would be great!

frapell commented 9 years ago

@jensens that is exactly the case. using a value of 'disable' for either the event-log or the z2-log will cause the proper sections to be omitted, disabling the logging.

There are some use cases where you want them disabled, and right now the recipe doesn't allow a way to do it, since it will always include an <eventlog> and a <logger access> sections

jensens commented 9 years ago

useful indeed! see code comments to really explain it also for people like me ;)

frapell commented 9 years ago

@jensens Agree, do you think that wording is ok?

jensens commented 9 years ago

at least i understand it ;) i'am not a native speaker, just one of those germans. I would say its perfect.