commenting out logging to see if it's causing the 'read only file system error' on Heroku
This commit is contained in:
parent
e745cce01e
commit
e52da20f1d
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ require 'sinatra'
|
||||||
# :raise_errors => true
|
# :raise_errors => true
|
||||||
#)
|
#)
|
||||||
|
|
||||||
log = File.new("sinatra.log", "a")
|
#log = File.new("sinatra.log", "a")
|
||||||
$stdout.reopen(log)
|
#$stdout.reopen(log)
|
||||||
$stderr.reopen(log)
|
#$stderr.reopen(log)
|
||||||
|
|
||||||
require 'main'
|
require 'main'
|
||||||
run Sinatra::Application
|
run Sinatra::Application
|
||||||
|
|
Loading…
Reference in a new issue