| Commit message (Expand) | Author | Age | Files | Lines |
* | Add type hints to the logging context code. (#8939) | Patrick Cloke | 2021-01-05 | 1 | -18/+32 |
* | Various clean-ups to the logging context code (#8935) | Patrick Cloke | 2020-12-14 | 1 | -19/+5 |
* | Gracefully handle a pending logging connection during shutdown. (#8685) | Patrick Cloke | 2020-10-29 | 1 | -9/+18 |
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 5 | -453/+218 |
* | Start fewer opentracing spans (#8640) | Erik Johnston | 2020-10-26 | 1 | -5/+5 |
* | Separate the TCP and terse JSON formatting code. (#8587) | Patrick Cloke | 2020-10-21 | 2 | -186/+238 |
* | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 1 | -9/+1 |
* | Create a mechanism for marking tests "logcontext clean" (#8399) | Richard van der Hoff | 2020-09-28 | 1 | -20/+23 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 2 | -4/+4 |
* | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 1 | -3/+1 |
* | Fix typos in comments. | Patrick Cloke | 2020-09-14 | 1 | -1/+1 |
* | Use the right constructor for log records (#8278) | Richard van der Hoff | 2020-09-08 | 1 | -3/+3 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 4 | -9/+9 |
* | Use the JSON encoder without whitespace in more places. (#8124) | Patrick Cloke | 2020-08-20 | 1 | -3/+2 |
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 1 | -2/+5 |
* | Fix error reporting when using `opentracing.trace` (#7961) | Erik Johnston | 2020-07-27 | 2 | -12/+3 |
* | Clean up PreserveLoggingContext (#7877) | Richard van der Hoff | 2020-07-22 | 1 | -16/+13 |
* | Remove unused code from synapse.logging.utils. (#7897) | Karthikeyan Singaravelan | 2020-07-20 | 1 | -126/+0 |
* | Fix the trace function for async functions. (#7872) | Patrick Cloke | 2020-07-17 | 1 | -23/+40 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 1 | -2/+2 |
* | Merge different Resource implementation classes (#7732) | Erik Johnston | 2020-07-03 | 1 | -37/+31 |
* | Add support for using rust-python-jaeger-reporter (#7697) | Erik Johnston | 2020-06-17 | 1 | -3/+36 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -2/+1 |
* | remove miscellaneous PY2 code | Richard van der Hoff | 2020-05-15 | 1 | -8/+2 |
* | Improve per-block CPU and DB usage metrics (#7426) | Patrick Cloke | 2020-05-06 | 1 | -12/+26 |
* | Add backwards compatibility codepath to LoggingContext. (#7408) | Patrick Cloke | 2020-05-05 | 1 | -0/+41 |
* | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 1 | -13/+10 |
* | Reduce the number of calls to `resource.getrusage` (#7183) | Richard van der Hoff | 2020-04-03 | 1 | -39/+63 |
* | Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181) | Richard van der Hoff | 2020-03-31 | 1 | -0/+5 |
* | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 2020-03-24 | 3 | -126/+125 |
* | Hopefully mypy is happy now | Brendan Abolivier | 2020-03-10 | 1 | -1/+2 |
* | Attempt at appeasing the gods of mypy | Brendan Abolivier | 2020-03-10 | 1 | -1/+1 |
* | Add type hints to logging/context.py (#6309) | Neil Pilgrim | 2020-03-07 | 1 | -47/+74 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
* | comment for run_in_background | Richard van der Hoff | 2020-01-12 | 1 | -0/+3 |
* | Bump version of mypy | Erik Johnston | 2019-12-12 | 2 | -1/+4 |
* | Update comment | Erik Johnston | 2019-12-10 | 1 | -2/+4 |
* | Fix make_deferred_yieldable to work with coroutines | Erik Johnston | 2019-12-10 | 1 | -1/+8 |
* | Add benchmarks for structured logging performance (#6266) | Amber Brown | 2019-12-03 | 1 | -0/+1 |
* | Improve the performance of structured logging (#6322) | Amber Brown | 2019-11-26 | 2 | -30/+90 |
* | A couple more instances | Andrew Morgan | 2019-11-12 | 1 | -1/+1 |
* | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 1 | -1/+1 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Trace non-JSON APIs, /media, /key etc | Erik Johnston | 2019-10-11 | 1 | -4/+10 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 2 | -8/+21 |
* | Fix logcontext spam on non-Linux platforms (#6059) | J. Ryan Stinnett | 2019-09-18 | 1 | -2/+11 |
* | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 3 | -9/+11 |
* | Don't assume there is a 'self' arg in @trace decorator | Erik Johnston | 2019-09-06 | 1 | -5/+5 |
* | Gracefully handle log context slips and missing opentracing import errors. (#... | Jorik Schellekens | 2019-09-05 | 1 | -24/+58 |
* | Add opentracing to all client servlets (#5983) | Jorik Schellekens | 2019-09-05 | 1 | -1/+1 |
* | Fix opentracing contexts missing from outbound replication requests (#5982) | Jorik Schellekens | 2019-09-05 | 1 | -4/+16 |
* | Opentrace device lists (#5853) | Jorik Schellekens | 2019-09-03 | 1 | -53/+17 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 3 | -1/+665 |
* | Propagate opentracing contexts through EDUs (#5852) | Jorik Schellekens | 2019-08-22 | 1 | -0/+26 |
* | Opentracing across workers (#5771) | Jorik Schellekens | 2019-08-22 | 1 | -65/+79 |
* | Opentracing doc update (#5776) | Jorik Schellekens | 2019-08-20 | 1 | -27/+40 |
* | Make Jaeger fully configurable (#5694) | Jorik Schellekens | 2019-07-23 | 1 | -4/+7 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -3/+3 |
* | Opentracing Utils (#5722) | Jorik Schellekens | 2019-07-23 | 2 | -101/+356 |
* | Merge branch 'release-v1.2.0' into develop | Jorik Schellekens | 2019-07-22 | 1 | -0/+125 |
|\ |
|
| * | Opentracing Documentation (#5703) | Jorik Schellekens | 2019-07-22 | 1 | -0/+125 |
* | | Don't accept opentracing data from clients. (#5715) | Jorik Schellekens | 2019-07-19 | 1 | -2/+1 |
|/ |
|
* | Clean up opentracing configuration options (#5712) | Richard van der Hoff | 2019-07-18 | 2 | -26/+20 |
* | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 3 | -2/+508 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 4 | -0/+940 |