mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 05:37:21 -04:00
Setting DEBUG env variable doesn't change anything for me Furthermode LOGSTASH_DEBUG variable is already defined in Logstash::Logger, better to reuse it and let interested people know
165 B
165 B
How to run these tests
Run one:
rspec spec/the/test.rb
Run them all:
rspec spec/**/*.rb
Debug one test:
LOGSTASH_DEBUG=y rspec spec/the/test.rb