Commit 044356a1 authored by Cloud User's avatar Cloud User

fix log level

parent 8a18f5dc
......@@ -1378,7 +1378,7 @@ func Return(c *fiber.Ctx, resAsPb pbUpstream.TaskResponse, baseAttributes []slog
slog.String("ExecError", resAsJson.Task.ExecError),
)
slog.LogAttrs(c.UserContext(), slog.LevelError, "http return", newAttributes...)
slog.LogAttrs(c.UserContext(), slog.LevelInfo, "http return", newAttributes...)
return c.JSON(resAsJson)
......
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