Commit 8f4563e1 authored by Florent Guillaume's avatar Florent Guillaume

The SiteErrorLog now copies exceptions to the event log by default

parent a4aecadd
...@@ -26,6 +26,8 @@ Zope Changes ...@@ -26,6 +26,8 @@ Zope Changes
Features added Features added
- The SiteErrorLog now copies exceptions to the event log by default.
- deprecated OFS.content_types (to be removed in Zope 2.11) and - deprecated OFS.content_types (to be removed in Zope 2.11) and
replaced all occurences with zope.app.content_types replaced all occurences with zope.app.content_types
......
...@@ -71,7 +71,7 @@ class SiteErrorLog (SimpleItem): ...@@ -71,7 +71,7 @@ class SiteErrorLog (SimpleItem):
id = 'error_log' id = 'error_log'
keep_entries = 20 keep_entries = 20
copy_to_zlog = 0 copy_to_zlog = True
security = ClassSecurityInfo() security = ClassSecurityInfo()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment