by Yonathan b.
Hi all,
I'm currently developing a lti provider for moodle.
Whenever I'm posting a ToolProxy (after getting a registration request), I'm getting bad request from moodle. As I understand, the json I'm sending doesn't have all the properties needed for the ToolProxy, and that's why I'm getting this error from moodle. The problem is, I don't know what I'm missing (I won't copy it here because it VERY long).
Is there any why I can get the logs from moodle server to check what the problem is (I'm running moodle on localhost)?
Thanks!