summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-11-10 19:53:34 +0000
committergebele <gebele@in-silico.ch>2016-11-10 19:53:34 +0000
commit8ebb06ddc85b38cd6ec71d81f55b800fd5825c15 (patch)
treea4c95c8faaf053b396d4a989da805c6d11628a85 /config.ru
parent678a9e60be4a9a6b0c59969a0f6e0266885337fa (diff)
version bump;units;general class update;sort by
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