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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
150 B
Ruby
Raw Normal View History

2018-12-13 13:39:08 +05:30
# frozen_string_literal: true
2018-03-27 19:54:05 +05:30
module Gitlab
2020-03-13 15:44:24 +05:30
class FileHookLogger < Gitlab::Logger
2018-03-27 19:54:05 +05:30
def self.file_name_noext
2021-09-04 01:27:46 +05:30
'file_hook'
2018-03-27 19:54:05 +05:30
end
end
end