remove logging setting in cgroup_spec.rb

Fixes #11271
This commit is contained in:
Joao Duarte 2019-10-25 09:33:57 +01:00 committed by João Duarte
parent 6bf1ed932c
commit 382f6d76dd

View file

@ -2,8 +2,6 @@
require "logstash/instrument/periodic_poller/cgroup"
require "spec_helper"
LogStash::Logging::Logger::configure_logging("DEBUG")
module LogStash module Instrument module PeriodicPoller
describe "cgroup stats" do
let(:relative_path) { "/docker/a1f61" }