summaryrefslogtreecommitdiff
path: root/lib/gitlab/production_logger.rb
blob: 89ce7144b1bce57881ac850ee8cbfbfdcc250adb (plain)
1
2
3
4
5
6
7
module Gitlab
  class ProductionLogger < Gitlab::Logger
    def self.file_name_noext
      'production'
    end
  end
end