Browse Source

Error message and backtrace for stats.xls

development
Godwin 9 years ago
parent
commit
8361cb3816
  1. 2
      app/controllers/conferences_controller.rb

2
app/controllers/conferences_controller.rb

@ -487,7 +487,7 @@ class ConferencesController < ApplicationController
end
rescue => error
logger.info "Error adding row to stats.xls: #{error.message}"
logger.info error.backtrace
logger.info error.backtrace.join("\n\t\t")
end
end
end

Loading…
Cancel
Save