summary refs log tree commit diff
path: root/synapse/logging/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove miscellaneous PY2 codeRichard van der Hoff2020-05-151-8/+2
|
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
| | | | Ensure good comprehension hygiene using flake8-comprehensions.
* Fix up some typechecking (#6150)Amber Brown2019-10-021-4/+16
| | | | | | * type checking fixes * changelog
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-0/+194