lib/eucalypt/core/templates/eucalypt/config/logging.rb in eucalypt-0.5.0 vs lib/eucalypt/core/templates/eucalypt/config/logging.rb in eucalypt-0.5.1
- old
+ new
@@ -18,7 +18,7 @@
require 'eucalypt/core/helpers/logging'
# ActiveRecord logging
ActiveRecord::Base.logger = Logger.new STDOUT
- ActiveRecord::Migration.verbose = true
+ ActiveRecord::Migration.verbose = false
end
\ No newline at end of file