Select Git revision
To find the state of this project's repository at the time of any of these versions, check out the tags.
auth_logger.rb 177 B
# frozen_string_literal: true
module Gitlab
class AuthLogger < Gitlab::JsonLogger
def self.file_name_noext
'auth'
end
end
end
Gitlab::AuthLogger.prepend_mod