mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-13 00:23:46 +00:00
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.
|