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

@ -2,4 +2,4 @@ Dependencies.mechanism = :require
ActionController::Base.consider_all_requests_local = true
ActionController::Base.perform_caching = false
BREAKPOINT_SERVER_PORT = 42531
INSTIKI_DEBUG_LOG = true unless defined? INSTIKI_DEBUG_LOG
$instiki_debug_logging = true