summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.ru b/config.ru
index 36438a3..0662ccd 100644
--- a/config.ru
+++ b/config.ru
@@ -7,7 +7,7 @@ require "sinatra/reloader" if development?
FileUtils.mkdir_p 'log' unless File.exists?('log')
log = File.new("log/nano-lazar.log", "a")
-$stdout.reopen(log)
-$stderr.reopen(log)
+#$stdout.reopen(log)
+#$stderr.reopen(log)
run Sinatra::Application