plus-
plus-

Reputation: 46543

Is there a way to retrieve Heroku logs over HTTP?

I'd like to access Heroku logs for an app without using the command line. Is this possible?

Upvotes: 0

Views: 81

Answers (2)

Naaman Newbold
Naaman Newbold

Reputation: 3334

Yes, you can. It's a simple REST API. There aren't any JavaScript wrappers for the API, but you can use these as reference implementations, or use them directly:

Upvotes: 1

Neil Middleton
Neil Middleton

Reputation: 22240

Currently No. If you're looking to use this from within a Ruby based app you can embed the heroku gem and use it programatically which might help.

Upvotes: 0

Related Questions