how does get request look like in logs heroku code example
Example 1: heroku logs
heroku logs --tail
Example 2: disable heroku router logs
# Only display stdout of your app
heroku logs -t -s app -a YOUR_APP_NAME
heroku logs --tail
# Only display stdout of your app
heroku logs -t -s app -a YOUR_APP_NAME