summary refs log tree commit diff
path: root/docs/structured_logging.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in documentation (#12863)Dirk Klimpel2022-05-251-1/+1
|
* Remove docs for converting a legacy structured logging config. (#12392)Patrick Cloke2022-04-061-79/+0
| | | And update the upgrade notes to point at old versions of the documentation.
* Remove support for the legacy structured logging configuration. (#12008)Patrick Cloke2022-02-171-8/+6
|
* Fix example for structured logging. (#11946)Brad Jones2022-02-091-1/+1
| | | The StreamHandler takes a stream parameter, not location.
* 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