From 8ebb06ddc85b38cd6ec71d81f55b800fd5825c15 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 10 Nov 2016 19:53:34 +0000 Subject: version bump;units;general class update;sort by --- config.ru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.ru') 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 -- cgit v1.2.3