Integration
Usage
Integration with Heroku applications

It's quick and easy to integrate FlexLogs with your Heroku application.
You just need to add a log drain to your Heroku application to send your logs to FlexLogs.
Adding a log drain
# using the Heroku CLI
heroku drains:add http://intake.flexlogs.com/heroku/v1/flxp...(your API key) -a myapp
The Heroku documentation provides more information on how to set up log drains if you want to read more. Heroku Logging
Other Integration Articles