how to stop the logs of heroku router code example
Example: disable heroku router logs
# Only display stdout of your app
heroku logs -t -s app -a YOUR_APP_NAME
# Only display stdout of your app
heroku logs -t -s app -a YOUR_APP_NAME