Comment 1 for bug 1094230

Revision history for this message
Kun Huang (academicgareth) wrote :

I think we should add a little change in capture_stdio:
if syslog works:
    sys.excepthook = lambda * exc_info: \
         logger.critical(_('UNCAUGHT EXCEPTION'), exc_info=exc_info)
else:
    print xxxxx