James Hodnett
Results
1
comments of
James Hodnett
I worked around both of these issues. Pass the resource in the LogRecord like this: ``` LogRecord( body="Hello, World!", attributes={"datapoint_attr": "value"}, span_id=0, trace_id=0, trace_flags=TraceFlags.get_default(), severity_number=SeverityNumber.UNSPECIFIED, resource=logger.resource, ) ``` The implementation...