mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
* feat: check tty availability for logging config detection * chore: support jupyter + lower env variable * chore: also use jupyter util for check * test: set right mode
7 lines
328 B
YAML
7 lines
328 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
The `logging` module now detects if the standard output is a TTY. If it is not and `structlog` is installed, it
|
|
will automatically disable the console renderer and log in JSON format. This behavior can be overridden by setting
|
|
the environment variable `HAYSTACK_LOGGING_USE_JSON` to `false`.
|