Disable Heroku Router Logs
Using heroku logs --source app
will only show the logs of you app.
heroku logging
I don't think there's a way to do it. The usual answer is to POST
the sensitive information rather than use GET
, but I'm guessing that's not an option for you.