提交 d92ade33 编写于 作者: A Alan Skorkin

Log digest as :debug instead of :info

上级 85343d95
......@@ -60,7 +60,7 @@ def initialize(options)
def digest
Digest::MD5.hexdigest("#{source}-#{dependency_digest}").tap do |digest|
logger.try :info, " Cache digest for #{template.inspect}: #{digest}"
logger.try :debug, " Cache digest for #{template.inspect}: #{digest}"
end
rescue ActionView::MissingTemplate
logger.try :error, " Couldn't find template for digesting: #{name}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册