summary refs log tree commit diff
path: root/tests/logging/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type hints in tests (#14879)Patrick Cloke2023-01-261-2/+4
| | | | * FIx-up type hints in tests.logging. * Add missing type hints to test_transactions.
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-0/+34
| | | | | | | 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/+0