Ottofms app log - not logging

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”}]}%

Have you tried testing it with the file from here??

yes - that is the file i am using - and curl - but the messages aren’t appearing in the log

Hey Josh,

Which log are you looking at? they should be appearing in the app-info.log file.

-Kyle

doh!!! thank you! (hits forhead on desk)

1 Like