mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* 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
6 lines
233 B
YAML
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.
|