Corrected switching on of the debug logging in test and dev environments
This commit is contained in:
parent
b432bbd3ae
commit
f1c5004543
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue