gitlab-org--gitlab-foss/lib/gitlab/auth_logger.rb

12 lines
177 B
Ruby

# frozen_string_literal: true
module Gitlab
class AuthLogger < Gitlab::JsonLogger
def self.file_name_noext
'auth'
end
end
end
Gitlab::AuthLogger.prepend_mod