From 40b4b943bbaeef4513052f729c32bba7c950e283 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 27 Nov 2009 18:17:21 +0100 Subject: deletion of all datasets enabled --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.ru') diff --git a/config.ru b/config.ru index c3e280a..a7d4daf 100644 --- a/config.ru +++ b/config.ru @@ -7,7 +7,7 @@ require 'rack/contrib' FileUtils.mkdir_p 'log' unless File.exists?('log') FileUtils.mkdir_p 'datasets' unless File.exists?('datasets') log = File.new("log/#{ENV["RACK_ENV"]}.log", "a") -$stdout.reopen(log) +#$stdout.reopen(log) $stderr.reopen(log) if ENV['RACK_ENV'] == 'production' -- cgit v1.2.3