debian-mirror-gitlab/lib/gitlab/production_logger.rb
2015-04-26 09:18:37 +02:00

8 lines
122 B
Ruby

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