fix: more debug output

This commit is contained in:
2025-10-13 16:33:47 +02:00
parent 8954d005d0
commit d54d4076a3
+4
View File
@@ -29,6 +29,10 @@ local function handle_post(event, path, authed_user)
module:log("info","rest got error: %s", err);
return 415;
end
module:log("info", "rest will return 422 with type: %s", body_type);
module:log("info", "rest will return 422 with body: %s", request.body);
-- module:log("info","got body type: %s", body_type);
-- module:log("info","request body: %s", request.body);
return 422;
end