fix: more debug output
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user