Logstash plugin and rspec -- internal logging output

I'm writing a simple logstash plugin and associated rspec tests. I'd like to be able to see the internal logging of the plugin when I run the tests, but have been unable to enable logging. For instance, the following line produces no visible output.

@logger.debug("Registered plugin", :config => @config)

Is there something I need to enable to see the output?

1 Like