加日志

This commit is contained in:
cxt 2018-03-15 10:58:31 +08:00
parent bb1963129d
commit 55afcd0e8c
1 changed files with 2 additions and 2 deletions

View File

@ -274,8 +274,8 @@ class QualityAnalysisController < ApplicationController
@ha.store(key,value)
end
end
rescue => e
puts e
rescue Exception => e
logger.error("fatal################# #{e}")
end
end