Parse.com and Logentries

239 views Asked by At

I'm using Parse.com with iOS SDK. I really want to get all Parse logs into a third party service (Logentries) but I have no idea if Parse.com's logs can be exposed at all?

Obviously having log data which periodically gets deleted in Parse is not ideal, plus I can't filter it and an integration with Logentries could be amazing.

I'm referencing a previous unanswered question: How to stream parse logs to a service provider?

2

There are 2 answers

0
Chris Mowforth On BEST ANSWER

Logentries has a special endpoint for logging from AJAX and server-side JS applications. This means that for environments like Parse where using 3rd party libraries is awkward, direct integration is still dead simple- see my fork of @Marco T's gist.

3
BuffMcBigHuge On

I was successful in pushing logs to Loggly using an edited version of: https://gist.github.com/rogernolan/95ea615164e343b3bc54