debian-mirror-gitlab/lib/gitlab/production_logger.rb

8 lines
122 B
Ruby
Raw Normal View History

2015-04-26 09:18:37 +02:00
module Gitlab
class ProductionLogger < Gitlab::Logger
def self.file_name_noext
'production'
end
end
end