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

8 lines
114 B
Ruby
Raw Normal View History

module Gitlab
class PluginLogger < Gitlab::Logger
def self.file_name_noext
'plugin'
end
end
end