warehouse icon indicating copy to clipboard operation
warehouse copied to clipboard

Use `structlog.dev.ConsoleRenderer` when in local dev mode

Open miketheman opened this issue 1 year ago • 0 comments

We configure the logging renderer here:

https://github.com/pypi/warehouse/blob/9a25f6975d3870bd8d6f9839af98b4a0c7b0e2db/warehouse/logging.py#L21

Explore using https://www.structlog.org/en/stable/console-output.html in local development mode, and if this mode increases clarity when running multiple containers and processes.

miketheman avatar Jul 09 '24 19:07 miketheman