Print parent activity field in json log

This commit is contained in:
maralorn 2023-09-09 18:01:10 +02:00
parent 2cdc9c32e7
commit 682dbcab9a
No known key found for this signature in database

View file

@ -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);
}