Richard van der Hoff 44a498418c Optimise LoggingContext creation and copying
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.
2018-01-16 15:49:42 +00:00
..
2018-01-09 11:28:33 +00:00
2017-01-17 13:22:19 +00:00
2016-06-03 11:26:52 +01:00
2018-01-09 12:06:45 +00:00
2016-02-19 15:34:38 +00:00
2017-05-26 10:02:04 +01:00
2017-10-21 00:30:39 +01:00