The Log data model has been updated since the Log data type was written. This PR renames Log to LogRecord and updates LogRecord to match the current iteration of the Log data model. The largest change is that the current spec changed the type of the record field, attributes, from Standard Attribute to map<string, any>.
Context
The
Log
data model has been updated since theLog
data type was written. This PR renamesLog
toLogRecord
and updatesLogRecord
to match the current iteration of theLog
data model. The largest change is that the current spec changed the type of the record field,attributes
, from Standard Attribute tomap<string, any>
.Testing
stack build
runs