Add option to silently startup Sinatra server? Β #1077
Closed
Description
Being that we spin up several Sinatra instances on demand in our rspec integration tests, we would like the ability to silence Sinatra's colorful startup message.
Using disable :logging
doesn't appear to work. Is the startup and shutdown message handled differently than usual logging?
Pairs:
@alex-hall
@davwards