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

@ -11,7 +11,7 @@ unless defined? TEST_LOGGER
$stderr.puts "To see the Rails log:\n less #{log_name}"
TEST_LOGGER = ActionController::Base.logger = Logger.new(log_name)
INSTIKI_DEBUG_LOG = true unless defined? INSTIKI_DEBUG_LOG
$instiki_debug_logging = true
WikiService.storage_path = RAILS_ROOT + '/storage/test/'
end