Commit 46de9e87 authored by Cloud User's avatar Cloud User

log output

parent 044356a1
......@@ -1376,6 +1376,7 @@ func Return(c *fiber.Ctx, resAsPb pbUpstream.TaskResponse, baseAttributes []slog
slog.String("TaskError", resAsJson.Task.TaskError),
slog.String("ExecCode", resAsJson.Task.ExecCode),
slog.String("ExecError", resAsJson.Task.ExecError),
slog.String("Output", string(resAsJson.Output)),
)
slog.LogAttrs(c.UserContext(), slog.LevelInfo, "http return", newAttributes...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment