-
-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Labels
Description
Currently, the https://www.structlog.org/en/stable/console-output.html does not allow disabling rectangular stack traces in rich is installed.
Unfortunately, some libraries, e.g. tadata-org/fastapi_mcp#225 have rich as direct dependency, and there is no reasonable way how to uninstall it. For these cases, having environment variable to disable the behavior would be useful.
Other libraries using rich
optionally provide this, e.g.
Petr-Siegl