summary refs log tree commit diff
path: root/changelog.d/8607.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gracefully handle a pending logging connection during shutdown. (#8685)Patrick Cloke2020-10-291-1/+0
|
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-0/+1
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.