>> Also use "deploy.ini" instead of "debug.ini" to start WSGI server. > > Can anyone explain why "debug.ini" is not working when there > is an exception. Is this the correct behaviour ? > I guess it must be due to our WSGI middle-ware: > > [filter-app:main] > # Change the last part from 'ajax' to 'pdb' for a post-mortem debugger > # on the console: > use = egg:z3c.evalexception#ajax > next = zope >
The grok docs note this, I have been testing with deploy.ini fwiw. Instead of a full traceback it just shows a page like, "Server Error: Unauthorized" > We need to document this, so if anyone digg and figure out the details, > that would be great. > Happily! _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
