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