| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the backwards compatibility re-exports of synapse.logging.context (#5... | Amber Brown | 2019-07-05 | 1 | -0/+39 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -693/+0 |
* | Fix 'utime went backwards' errors on daemonization. (#5609) | Richard van der Hoff | 2019-07-03 | 1 | -4/+13 |
* | Fix media repo breaking (#5593) | Amber Brown | 2019-07-02 | 1 | -2/+7 |
* | Avoid raising exceptions in metrics | Richard van der Hoff | 2019-06-24 | 1 | -8/+14 |
* | Merge branch 'develop' into rav/cleanup_metrics | Richard van der Hoff | 2019-06-24 | 1 | -40/+43 |
|\ |
|
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -40/+43 |
* | | Sanity-checking for metrics updates | Richard van der Hoff | 2019-06-19 | 1 | -7/+33 |
|/ |
|
* | Improve logging for logcontext leaks. (#5288) | Richard van der Hoff | 2019-05-29 | 1 | -9/+13 |
* | Implement workaround for login error. | Robert Jacob | 2019-01-30 | 1 | -1/+4 |
* | Correctly account for cpu usage by background threads (#4074) | Richard van der Hoff | 2018-10-23 | 1 | -51/+69 |
* | Include eventid in log lines when processing incoming federation transactions... | Richard van der Hoff | 2018-09-27 | 1 | -4/+37 |
* | Fix exceptions when a connection is closed before we read the headers | Richard van der Hoff | 2018-08-20 | 1 | -1/+3 |
* | Robustness fix for logcontext filter | Richard van der Hoff | 2018-08-20 | 1 | -1/+7 |
* | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 1 | -1/+1 |
* | Don't spew errors because we can't save metrics (#3563) | Amber Brown | 2018-07-19 | 1 | -0/+11 |
* | Attempt to include db threads in cpu usage stats (#3496) | Richard van der Hoff | 2018-07-10 | 1 | -2/+21 |
* | Refactor logcontext resource usage tracking (#3501) | Richard van der Hoff | 2018-07-10 | 1 | -33/+111 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+3 |
* | Indirect evt_count updates via method call | Richard van der Hoff | 2018-06-22 | 1 | -0/+11 |
* | Log number of events fetched from DB | Richard van der Hoff | 2018-06-21 | 1 | -0/+4 |
* | update to more consistently use seconds in any metrics or logging | Amber Brown | 2018-05-28 | 1 | -12/+12 |
* | Comment | Erik Johnston | 2018-05-22 | 1 | -1/+1 |
* | Fix logcontext resource usage tracking | Erik Johnston | 2018-05-22 | 1 | -11/+27 |
* | Merge remote-tracking branch 'origin/develop' into rav/warn_on_logcontext_fail | Richard van der Hoff | 2018-05-03 | 1 | -25/+53 |
|\ |
|
| * | Fix a class of logcontext leaks | Richard van der Hoff | 2018-05-02 | 1 | -22/+38 |
| * | Merge pull request #3144 from matrix-org/rav/run_in_background_exception_hand... | Richard van der Hoff | 2018-04-30 | 1 | -1/+7 |
| |\ |
|
| | * | Trap exceptions thrown within run_in_background | Richard van der Hoff | 2018-04-27 | 1 | -1/+7 |
| * | | Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background | Richard van der Hoff | 2018-04-27 | 1 | -1/+6 |
| |\ \ |
|
| | * | | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 1 | -1/+6 |
| | |/ |
|
| * / | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 2018-04-27 | 1 | -1/+1 |
| |/ |
|
| * | add __bool__ alias to __nonzero__ methods | Adrian Tschira | 2018-04-15 | 1 | -0/+1 |
* | | Make 'unexpected logging context' into warnings | Richard van der Hoff | 2018-03-15 | 1 | -2/+2 |
|/ |
|
* | Factor run_in_background out from preserve_fn | Richard van der Hoff | 2018-03-08 | 1 | -24/+29 |
* | Rewrite make_deferred_yieldable avoiding inlineCallbacks | Richard van der Hoff | 2018-03-01 | 1 | -9/+11 |
* | Track DB scheduling delay per-request | Richard van der Hoff | 2018-01-16 | 1 | -1/+17 |
* | Track db txn time in millisecs | Richard van der Hoff | 2018-01-16 | 1 | -3/+6 |
* | Optimise LoggingContext creation and copying | Richard van der Hoff | 2018-01-16 | 1 | -7/+18 |
* | Remove __PreservingContextDeferred too | Richard van der Hoff | 2017-11-14 | 1 | -30/+0 |
* | Remove preserve_context_over_{fn, deferred} | Richard van der Hoff | 2017-11-14 | 1 | -31/+0 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Fix fixme in preserve_fn | Richard van der Hoff | 2017-04-03 | 1 | -5/+1 |
* | Fix the logcontext handling in the cache wrappers (#2077) | Richard van der Hoff | 2017-03-30 | 1 | -0/+23 |
* | Merge pull request #2026 from matrix-org/rav/logcontext_docs | Richard van der Hoff | 2017-03-20 | 1 | -0/+10 |
|\ |
|
| * | Logcontext docs | Richard van der Hoff | 2017-03-17 | 1 | -0/+10 |
* | | Stop preserve_fn leaking context into the reactor | Richard van der Hoff | 2017-03-18 | 1 | -32/+29 |
|/ |
|
* | Implement reset_context_after_deferred | Richard van der Hoff | 2017-03-15 | 1 | -0/+25 |
* | Preserve some logcontexts | Erik Johnston | 2016-08-24 | 1 | -4/+11 |
* | Clean up TransactionQueue | Erik Johnston | 2016-08-10 | 1 | -1/+0 |
* | Remove comment | Erik Johnston | 2016-02-10 | 1 | -1/+1 |
* | s/parent_context/previous_context/ | Erik Johnston | 2016-02-10 | 1 | -9/+9 |
* | Set parent context on instansiation | Erik Johnston | 2016-02-10 | 1 | -2/+7 |
* | Don't bother copying records on parent context | Erik Johnston | 2016-02-09 | 1 | -8/+0 |
* | Change logcontext warns to debug | Erik Johnston | 2016-02-09 | 1 | -3/+3 |
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 1 | -4/+94 |
* | Allowing tagging log contexts | Erik Johnston | 2016-02-03 | 1 | -1/+6 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Track the time spent in the database per request. | Mark Haines | 2015-12-07 | 1 | -0/+9 |
* | Add a setter for the current log context. | Mark Haines | 2015-12-07 | 1 | -16/+24 |
* | Add comments to explain why we are hardcoding RUSAGE_THREAD | Mark Haines | 2015-12-04 | 1 | -0/+8 |
* | Fix warnings | Mark Haines | 2015-12-04 | 1 | -2/+2 |
* | Track the cpu used in the main thread by each logging context | Mark Haines | 2015-12-03 | 1 | -6/+70 |
* | Fix log context when sending requests | Erik Johnston | 2015-06-19 | 1 | -19/+33 |
* | Fix up leak. Add warnings. | Erik Johnston | 2015-05-08 | 1 | -1/+10 |
* | Add some docs | Erik Johnston | 2015-05-08 | 1 | -2/+14 |
* | Change the way we do logging contexts so that they survive divergences | Erik Johnston | 2015-05-08 | 1 | -0/+31 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -0/+14 |
* | Drop log level for incorrect logging contexts to WARN if the context is wrong... | Mark Haines | 2014-11-25 | 1 | -5/+8 |
* | Use module loggers rather than the root logger. Exceptions caused by bad clie... | Mark Haines | 2014-11-20 | 1 | -1/+3 |
* | Preserve logging context in a few more places, drop the logging context after... | Mark Haines | 2014-11-19 | 1 | -0/+4 |
* | Pep8 and a few doc strings | Mark Haines | 2014-10-30 | 1 | -14/+37 |
* | Add a request-id to each log line | Mark Haines | 2014-10-30 | 1 | -0/+85 |