davellas
Results
2
issues of
davellas
In the code of LogFmtRenderer there is: `value = f"{value}".replace('"', '\\"')` However if you are trying to render an escaped double quote like `"I want to render this \"string\" with...
# Summary PR to fix escaping double quotes in LogfmtRenderer (fix https://github.com/hynek/structlog/issues/511 ) # Pull Request Check List - [x] Added **tests** for changed code. - The CI fails with...