Skip to content

log cannot process complex structures given as parameters #3

@wishperera

Description

@wishperera

logs do not appear when complex structures are provided as input to the log method

ex :

type ABC struct{
    CDE string 
}

abc := ABC{CDE: "some string"}

log.TraceContext(ctx,'message',abc)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions