On Mon, Aug 30, 2010 at 03:01:24PM +0200, Adam GROSZER wrote:
> zope.app.appsetup installs the following RootErrorReportingUtility:
> 
>     ensureUtility(root_folder, IErrorReportingUtility, '',
>                   RootErrorReportingUtility, copy_to_zlog=False)  
> 
> My problem with this is that copy_to_zlog=False, that means if your
> app is *really* hosed you don't get the error logged to the usual
> error.log or event.log and are also *unable* to access the UI of the
> utility.
> 
> Anyone objects a change to "copy_to_zlog=True" as default?

+1 for copy_to_zlog=True by default.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to