提交 9d989810 编写于 作者: G GitLab Bot

Add latest changes from gitlab-org/gitlab@13-0-stable-ee

上级 3e1a360f
---
title: Fix gitlab:*:check Rake tasks
merge_request: 35944
author:
type: fixed
......@@ -71,9 +71,8 @@ module Gitlab
# It's already set to Logger::INFO, but acts as if it is set to
# Logger::DEBUG, and this fixes it...
def fix_google_api_logger
if Object.const_defined?('Google::Apis')
Google::Apis.logger.level = Logger::INFO
end
require 'google/apis'
Google::Apis.logger.level = Logger::INFO
end
# This should return an ActiveRecord::Relation suitable for calling #in_batches on
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册