summary refs log tree commit diff
path: root/tests/logging/test_structured.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-214/+0
| | | | | | | 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.
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
|
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-4/+21
|
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-0/+197