Skip to content
Snippets Groups Projects
Select Git revision
  • debian/latest
  • pristine-tar
  • upstream/latest
  • debian/0.004-4
  • debian/0.004-3
  • debian/0.004-2
  • debian/0.004-1
  • upstream/0.004
  • 0.004
  • 0.003
  • debian/0.002-1
  • upstream/0.002
  • 0.002
  • 0.001
14 results

Changes

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