Rename logs json key, ls -> lo.
This commit is contained in:
parent
4dab082c3c
commit
f48f82fcf4
|
|
@ -66,7 +66,7 @@ public class Span{
|
|||
* {@see https://github.com/opentracing/specification/blob/master/specification.md#log-structured-data}
|
||||
*/
|
||||
@Expose
|
||||
@SerializedName(value="ls")
|
||||
@SerializedName(value="lo")
|
||||
private final List<LogData> logs;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue