Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the right constructor for log records (#8278) | Richard van der Hoff | 2020-09-08 | 1 | -3/+3 |
| | | | | | | Update `log_function` to use the right factory to create log records, to make sure that they have `request` attributes. Fixes: #8267. | ||||
* | Remove unused code from synapse.logging.utils. (#7897) | Karthikeyan Singaravelan | 2020-07-20 | 1 | -126/+0 |
| | |||||
* | remove miscellaneous PY2 code | Richard van der Hoff | 2020-05-15 | 1 | -8/+2 |
| | |||||
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
| | | | | Ensure good comprehension hygiene using flake8-comprehensions. | ||||
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -4/+16 |
| | | | | | | * type checking fixes * changelog | ||||
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -0/+194 |