Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in documentation (#12863) | Dirk Klimpel | 2022-05-25 | 1 | -1/+1 |
| | |||||
* | Remove docs for converting a legacy structured logging config. (#12392) | Patrick Cloke | 2022-04-06 | 1 | -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 Cloke | 2022-02-17 | 1 | -8/+6 |
| | |||||
* | Fix example for structured logging. (#11946) | Brad Jones | 2022-02-09 | 1 | -1/+1 |
| | | | The StreamHandler takes a stream parameter, not location. | ||||
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 1 | -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 Brown | 2019-08-28 | 1 | -0/+83 |