script/server in instiki-0.10.1 vs script/server in instiki-0.10.2

- old
+ new

@@ -62,10 +62,10 @@ storage_path = "#{OPTIONS[:storage]}/#{OPTIONS[:environment]}/#{OPTIONS[:port]}" 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 if OPTIONS[:notex] OPTIONS[:pdflatex] = false