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

10 lines
139 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2012-09-11 16:24:53 -04:00
module Gitlab
class GitLogger < JsonLogger
2014-10-04 11:09:06 -04:00
def self.file_name_noext
'githost'
2012-09-11 16:24:53 -04:00
end
end
end