haystack/releasenotes/notes/internal-logging-changes-a96533da55e309c3.yaml
Tobias Wochinger fe0ac5c4a2
chore: enforce kwarg logging (#7207)
* chore: add logger which eases logging of extras

* chore: start migrating to key value

* fix: import fixes

* tests: temporarily comment out breaking test

* refactor: move to kwarg based logging

* style: fix import order

* chore: implement self-review comments

* test: drop failing test

* chore: fix more import orders

* docs: add changelog

* tests: fix broken tests

* chore: fix getting the frames

* chore: add comment

* chore: cleanup

* chore: adapt remaining `%s` usages
2024-02-29 14:31:20 +01:00

6 lines
233 B
YAML

---
enhancements:
- |
Added a new `Logger` implementation which eases and enforces logging via key-word arguments.
This is an internal change only. The behavior of instances created via `logging.getLogger` is not affected.