0

I have a little website which I have it deployed on Heroku. I'm learning Clickstream Data analysis, but I don't know how to get access to the navigation logs on Heroku, that I'll treat on Hadoop. Do I need to install a third-party app? How can I see the logs?

Thank you very much

Agnaldo Luiz Cunha
  • 120
  • 1
  • 1
  • 10

1 Answers1

1

You can access your heroku logs directly in your development environment with:

heroku logs --tail

Alternatively, you can add one of many Heroku Elements add-ons for viewing logs, such as Papertrail.

Yoni Rabinovitch
  • 5,171
  • 1
  • 23
  • 34