Commit 4c524510 authored by Huzaifa Iftikhar's avatar Huzaifa Iftikhar Committed by Dmytro Zaporozhets (DZ)

Use Gitlab::AppLogger in settings

parent 4520cd98
---
title: Use Gitlab::AppLogger in settings
merge_request: 58134
author: Huzaifa Iftikhar @huzaifaiftikhar
type: other
......@@ -68,7 +68,7 @@ if Settings.ldap['enabled'] || Rails.env.test?
server['tls_options'] ||= {}
if server['ssl_version'] || server['ca_file']
Rails.logger.warn 'DEPRECATED: LDAP options `ssl_version` and `ca_file` should be nested within `tls_options`' # rubocop:disable Gitlab/RailsLogger
Gitlab::AppLogger.warn 'DEPRECATED: LDAP options `ssl_version` and `ca_file` should be nested within `tls_options`'
end
if server['ssl_version']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment