Skip to content
Snippets Groups Projects
  1. Jan 16, 2018
    • Richard van der Hoff's avatar
      Optimise LoggingContext creation and copying · 44a49841
      Richard van der Hoff authored
      It turns out that the only thing we use the __dict__ of LoggingContext for is
      `request`, and given we create lots of LoggingContexts and then copy them every
      time we do a db transaction or log line, using the __dict__ seems a bit
      redundant. Let's try to optimise things by making the request attribute
      explicit.
      44a49841
  2. Sep 20, 2017
  3. Sep 19, 2017
  4. Sep 18, 2017
  5. Feb 19, 2016
  6. Jan 07, 2016
  7. Oct 19, 2015
Loading