[Zope-dev] zope.app.appsetup and RootErrorReportingUtility
Adam GROSZER
agroszer at gmail.com
Mon Aug 30 09:01:24 EDT 2010
Hello,
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?
--
Best regards,
Adam GROSZER mailto:agroszer at gmail.com
--
Quote of the day:
Love is a matter of chemistry, but Sex is a matter of physics.
More information about the Zope-Dev
mailing list