haystack/releasenotes/notes/fix-logger-reserved-attributes-9e4d4920c1e41a62.yaml
Massimiliano Pippi 3a80c866c9
fix: do not use reserved attributes in the logger (#7545)
* avoid using reserved keywords in the logger

* make the tests independent from the log level

* relnotes
2024-04-12 14:07:18 +00:00

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.