Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include exception in json logging (#11028) | Nick Barrett | 2021-10-08 | 1 | -0/+6 |
| | |||||
* | Improve comments in the structured logging code. (#10188) | Patrick Cloke | 2021-06-16 | 1 | -4/+5 |
| | |||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 1 | -134/+58 |
| | | | | | | | This modifies the configuration of structured logging to be usable from the standard Python logging configuration. This also separates the formatting of logs from the transport allowing JSON logs to files or standard logs to sockets. | ||||
* | Separate the TCP and terse JSON formatting code. (#8587) | Patrick Cloke | 2020-10-21 | 1 | -186/+13 |
| | | | | This should (theoretically) allow for using the TCP code with a different output type and make it easier to use the JSON code with files / console. | ||||
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
| | |||||
* | Bump version of mypy | Erik Johnston | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -29/+77 |
| | |||||
* | A couple more instances | Andrew Morgan | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 1 | -3/+5 |
| | |||||
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -0/+278 |