gitlab-org--gitlab-foss/lib/gitlab/production_logger.rb
2014-10-06 00:14:46 +02:00

7 lines
122 B
Ruby

module Gitlab
class ProductionLogger < Gitlab::Logger
def self.file_name_noext
'production'
end
end
end