-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The fact that LogRecord
is defined as a type alias that is not logging.LogRecord
while logging.LogRecord
is also thrown around (e.g. in add_fields
) is very confusing.
LogRecord: TypeAlias = Dict[str, Any] |
I strongly advise to pick a different name for this to differentiate it from the logging class, for example LogDict
. This is also a strong contender for v4 imo.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request