Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 1 | -183/+70 |
| | | | | | | | 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 | -1/+1 |
| | | | | 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. | ||||
* | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 1 | -2/+2 |
| | |||||
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -0/+234 |