Skip to content

Commit

Permalink
Print parent activity field in json log
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Sep 9, 2023
1 parent 2cdc9c3 commit 682dbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libutil/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 682dbca

Please sign in to comment.