BigW Consortium Gitlab

production_logger.rb 122 Bytes
module Gitlab
  class ProductionLogger < Gitlab::Logger
    def self.file_name_noext
      'production'
    end
  end
end