9 lines
157 B
Ruby
9 lines
157 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
class RepositoryCheckLogger < Gitlab::Logger
|
|
def self.file_name_noext
|
|
'repocheck'
|
|
end
|
|
end
|
|
end
|