You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest main branch, attributes extracted from a LogRecord use dict directly. Better to use the BoundedAttributes from API to avoid some corner cases, like invalid value type or messages of long length.