Commit
8cc8aa8e582a5253614bb104cea1dfb0f5df6227
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
Stop creating non-solicited debug.log file
|
1
| -require 'logger' |
| |
|
2
| -ActiveRecord::Base.logger = Logger.new("debug.log") |
| |
|
3
| - |
| |
|
4
| ActiveRecord::Base.establish_connection( |
1
| ActiveRecord::Base.establish_connection( |
|
5
| :adapter => "mysql", |
2
| :adapter => "mysql", |
|
6
| :username => "root", |
3
| :username => "root", |
|
1
| -require 'logger' |
| |
|
2
| -ActiveRecord::Base.logger = Logger.new("debug.log") |
| |
|
3
| - |
| |
|
4
| ActiveRecord::Base.establish_connection( |
1
| ActiveRecord::Base.establish_connection( |
|
5
| :adapter => "sqlite3", |
2
| :adapter => "sqlite3", |
|
6
| :encoding => "utf8", |
3
| :encoding => "utf8", |