config/environments/development.rb in instiki-0.10.1 vs config/environments/development.rb in instiki-0.10.2

- old
+ new

@@ -1,5 +1,5 @@ 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