Skip to content
Snippets Groups Projects
Select Git revision
  • v17.9.4
  • gitlab/15-0-stable-salsa default
2 results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.

auth_logger.rb

Blame
  • 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