Implement a structured logging output system. (#5680)

This commit is contained in:
Amber Brown
2019-08-28 21:18:53 +10:00
committed by GitHub
parent 49ef8ec399
commit 7dc398586c
31 changed files with 1328 additions and 82 deletions

10
tox.ini
View File

@@ -146,3 +146,13 @@ commands =
coverage combine
coverage xml
codecov -X gcov
[testenv:mypy]
basepython = python3.5
deps =
{[base]deps}
mypy
extras = all
commands = mypy --ignore-missing-imports \
synapse/logging/_structured.py \
synapse/logging/_terse_json.py