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
|
@ -64,7 +64,7 @@ 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue