forked from lix-project/lix
Merge pull request #8959 from maralorn/print-parent
Print parent activity field in json log
This commit is contained in:
commit
b99fdcf8db
|
@ -220,8 +220,8 @@ struct JSONLogger : Logger {
|
||||||
json["level"] = lvl;
|
json["level"] = lvl;
|
||||||
json["type"] = type;
|
json["type"] = type;
|
||||||
json["text"] = s;
|
json["text"] = s;
|
||||||
|
json["parent"] = parent;
|
||||||
addFields(json, fields);
|
addFields(json, fields);
|
||||||
// FIXME: handle parent
|
|
||||||
write(json);
|
write(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue