News

This is a feature request, unless I'm missing some existing functionality. As I understand it, the way to annotate class attributes is with typing.ClassVar. However this is incompatible with certain ...
We use the "extra" field in the python logger to add extra context. Sometimes the objects are rich objects, e.g dataclasses. With the regular python logger this works reasonably well, ... Handle extra ...