debian-mirror-gitlab/lib/gitlab/git_logger.rb

10 lines
140 B
Ruby
Raw Normal View History

2018-12-13 13:39:08 +05:30
# frozen_string_literal: true
2014-09-02 18:07:02 +05:30
module Gitlab
2019-10-12 21:52:04 +05:30
class GitLogger < JsonLogger
2015-04-26 12:48:37 +05:30
def self.file_name_noext
2019-10-12 21:52:04 +05:30
'git_json'
2014-09-02 18:07:02 +05:30
end
end
end