Description
Issues discovered so far:
- It is not easy to compare a whole recording done by
Recorder
. - Each new
Logger
the same name created viaRecorder
produces a newScopeRecords
element. This is not following the Logs model as the records produced by these loggers are within the same scope. AssertRecordEqual
is the only helper which is also not convenient as creating alog.Record
is not straightforward.- Testing
context.Context
passed toEmit
is not straightforward (not handled byAssertRecordEqual
). RecordFactory
is unused.
Prototype: #6464
Sub-issues
Metadata
Metadata
Assignees
Type
Projects
Status
In progress