From 7bfecfb91238ca7d15ec9dc565b887278b8160be Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 4 Nov 2024 11:30:19 +0100 Subject: dashboard/api: log trace id and return it to the client It allows to later get all the associated records in logs explorer. --- dashboard/app/templates/error.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/app/templates/error.html') diff --git a/dashboard/app/templates/error.html b/dashboard/app/templates/error.html index 7bab98186..0c8161ef4 100644 --- a/dashboard/app/templates/error.html +++ b/dashboard/app/templates/error.html @@ -5,6 +5,8 @@ syzbot + traceID: {{.TraceID}} +
{{.Error}}
back -- cgit mrf-deployment