Closed
Description
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.
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.