在lib里不能直接用logger,要用Rails.logger

redis_cache
guange 10 years ago
parent 80d44e4f4c
commit aab94676bb

@ -22,7 +22,7 @@ module Trustie
end
end
rescue Exception => e
logger.error "[Error] compress : ===> #{e}"
Rails.logger.error "[Error] compress : ===> #{e}"
end
end

Loading…
Cancel
Save