Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2022-01-11 12:14:06 +00:00
parent 1b5a83917d
commit 22391da126
59 changed files with 882 additions and 411 deletions

View File

@ -36,7 +36,9 @@ Rails.application.configure do
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
# See everything in the log (default is :info)
# Include generic and useful information about system operation, but avoid logging too much
# information to avoid inadvertent exposure of personally identifiable information (PII).
# Note: This configuration does not affect the log level of `Gitlab::Logger` and its subclasses.
config.log_level = :info
# Suppress 'Rendered template ...' messages in the log