Working with Heroku gem and multiple environments

Quick tip:  When using the same repo on multiple Heroku apps, such as staging, qa, production, you can pass a flag to heroku gem commands so that they are specific to the environment you want.

ie: heroku logs --app staging

Just pass the —app flag along with the name of your app on heroku (in this case the name of the app would be ‘staging’)… there you go.  App specific logs.  Or whatever it is you wanted.