i tried it locally
i tried hosting it
script debugger shows no errors
but neither info nor error sample logs entries are present
and it doesn’t work when i curl
curl -X POST https://marion.server.com/otto/api/app-log \
-H “Content-Type: application/json”
-d ‘{
“token”: “TOKEN_XXX”,
“level”: “info”,
“message”: “This is an info message from my application”
}’
{“response”:{“success”:true},“messages”:[{“code”:0,“text”:“ok”}]}%