Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Cleanup top level request exception logging #4669

Merged
merged 2 commits into from
Feb 18, 2019
Merged

Commits on Feb 18, 2019

  1. Cleanup top level request exception logging

    Firstly, we always logged that the request was being handled via
    `JsonResource._async_render`, so we change that to use the servlet name
    we add to the request.
    
    Secondly, we pass the exception information to the logger rather than
    formatting it manually. This makes it consistent with other exception
    logging, allwoing logging hooks and formatters to access the exception
    information.
    erikjohnston committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    fe725f7 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    12ae64c View commit details
    Browse the repository at this point in the history