79441154

Date: 2025-02-15 08:04:31
Score: 0.5
Natty:
Report link

Given standard library logging's complexity, integration is not a simple feat.

https://www.structlog.org/en/stable/standard-library.html outlines various strategies, but either way you'll have to configure standard library's logging to show up.

Then, you have to decide how to make sure that their log format are as similar as possible to each other where the "Don't integrate" strategy is the simplest one.

See also the recent discussion in: https://github.com/hynek/structlog/issues/395

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: hynek