What does Heroku mean by app[web.1]?
- by Colonel Panic
What does Heroku mean by app[web.1] and by <main>:48?
I have a crash that happens only on Heroku and not on my computer, I'm trying to identify the precise line causing the crash. These are the logs
heroku[web.1]:?[0m Starting process with command `bundle exec rackup config.ru -s thin -p 40103`
app[web.1]:?[0m <main>:48:in `method_missing': wrong number of arguments (1 for 2) (ArgumentError)
app[web.1]:?[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:265:in `start'
...
heroku[web.1]:?[0m Process exited with status 1
heroku[web.1]:?[0m State changed from starting to crashed