Error message and backtrace for stats.xls

This commit is contained in:
Godwin 2015-09-16 17:27:40 -07:00
parent fdd11ce83e
commit 8361cb3816

View File

@ -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