aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libutil/logging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/logging.cc b/src/libutil/logging.cc
index 54702e4ea..9d7a141b3 100644
--- a/src/libutil/logging.cc
+++ b/src/libutil/logging.cc
@@ -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);
}