Corrected switching on of the debug logging in test and dev environments

This commit is contained in:
Alexey Verkhovsky 2005-05-09 02:53:50 +00:00
parent b432bbd3ae
commit f1c5004543
4 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ end
FileUtils.mkdir_p(storage_path)
ENV['RAILS_ENV'] = OPTIONS[:environment]
INSTIKI_DEBUG_LOG = OPTIONS[:verbose]
$instiki_debug_logging = OPTIONS[:verbose]
require File.expand_path(File.dirname(__FILE__) + '/../config/environment')
WikiService.storage_path = storage_path