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) ```