As promised, #structlog 22.3.0 is out with two bug fixes relating native loggers and string interpolation:
https://github.com/hynek/structlog/releases/tag/22.3.0 #python #logging
Release 22.3.0 · hynek/structlog

Highlights This is bug-fix release due to overly-zealous string interpolation in the native bound logger. You can now pass anything as event again (but it really should be a string) and log % signs...

GitHub