mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00

* avoid using reserved keywords in the logger * make the tests independent from the log level * relnotes
6 lines
142 B
YAML
6 lines
142 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Remove the usage of reserved keywords in the logger calls, causing a `KeyError` when setting the log level
|
|
to DEBUG.
|