mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 14:17:58 -04:00
12 lines
468 B
Ruby
12 lines
468 B
Ruby
# Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
# or more contributor license agreements. Licensed under the Elastic License;
|
|
# you may not use this file except in compliance with the Elastic License.
|
|
|
|
require "logstash/devutils/rspec/spec_helper"
|
|
require_relative "support/matchers"
|
|
require_relative "support/helpers"
|
|
require "monitoring/inputs/metrics"
|
|
|
|
if ENV['TEST_DEBUG']
|
|
java.lang.System.setProperty("ls.log.level", "debug")
|
|
end
|