gitlab-org--gitlab-foss/lib/gitlab/environment_logger.rb

8 lines
120 B
Ruby

module Gitlab
class EnvironmentLogger < Gitlab::Logger
def self.file_name_noext
Rails.env
end
end
end