Move status of evaluation from eventId to context for better data analytics

This commit is contained in:
Anton Yalyshev
2019-09-13 12:53:03 +03:00
parent 2bdbed978b
commit 61eb9faecd
2 changed files with 3 additions and 3 deletions
@@ -37,8 +37,8 @@ class EvaluationStatus {
return
}
val statusName = error?.name ?: "Success"
KotlinFUSLogger.log(FUSEventGroups.DebugEval, statusName, values)
values["status"] = error?.name ?: "Success"
KotlinFUSLogger.log(FUSEventGroups.Debug, "Evaluation", values)
}
enum class EvaluatorType {