summary refs log tree commit diff
path: root/docs/structured_logging.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-43/+121
| | | | | | | 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.
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-0/+83