From 63172223d1aeadd38850c85de668d1b1b333ceb0 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 9 Feb 2010 12:09:30 +0100 Subject: Dataset service with tasks --- lib/config/config_ru.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/config') diff --git a/lib/config/config_ru.rb b/lib/config/config_ru.rb index 3720ef3..1d32c7e 100644 --- a/lib/config/config_ru.rb +++ b/lib/config/config_ru.rb @@ -10,6 +10,7 @@ $stdout.reopen(log) $stderr.reopen(log) $stdout.sync = true $stderr.sync = true +set :logging, false set :raise_errors, true ['public','tmp'].each do |dir| -- cgit v1.2.3