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

8 lines
122 B
Ruby
Raw Normal View History

2015-04-26 12:48:37 +05:30
module Gitlab
class ProductionLogger < Gitlab::Logger
def self.file_name_noext
'production'
end
end
end