summaryrefslogtreecommitdiff
path: root/lib/gitlab/git_logger.rb
blob: ded5349be0181caec46b21a55119de514c228639 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Gitlab
  class GitLogger < JsonLogger
    def self.file_name_noext
      'githost'
    end
  end
end