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
..
2017-03-30 14:14:46 +01:00
2016-02-19 15:34:38 +00:00
2017-01-16 15:33:34 +00:00
2017-01-17 11:50:18 +00:00
2016-07-05 15:23:17 +01:00
2017-03-30 14:14:46 +01:00
2016-02-17 14:29:28 +00:00