Skip to content
代码片段 群组 项目
提交 cf083a2a 编辑于 作者: Michael Kozono's avatar Michael Kozono
浏览文件

Merge branch 'bnyaringita-increase-log-level-07918' into 'master'

Increase log level for verification errors

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138468



Merged-by: default avatarMichael Kozono <mkozono@gitlab.com>
Approved-by: default avatarMichael Kozono <mkozono@gitlab.com>
Co-authored-by: default avatarBrenda Nyaringita <bnyaringita@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -46,7 +46,7 @@ def verification_failed_due_to_mismatch!(checksum, primary_checksum)
message = 'Checksum does not match the primary checksum'
details = { checksum: checksum, primary_checksum: primary_checksum }
log_info(message, details)
log_error(message, details)
self.verification_failure = "#{message} #{details}".truncate(255)
self.verification_checksum = checksum
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册