Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement verbose error page mode #368

Closed

Commits on Mar 2, 2022

  1. Implement verbose error page mode

    Display several meta information of the current request, session and
    environment on the error page for faster debugging.
    Can be enabled by setting `conf[viur.debug.verboseErrorHandler"]` to `True`.
    
    I changed the error.css a bit to support larger content and the new
    content.
    sveneberth committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    87edf3f View commit details
    Browse the repository at this point in the history
  2. Eliminate duplicate code in error handler, verbose information are no…

    …w available on HTTPErrors as well
    sveneberth committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b2f8755 View commit details
    Browse the repository at this point in the history