I'm using the LogCapture object from testfixtures to unit test logging statements. Works wonderfully.
However, during my test suite, logs are actually being emitted to the console (messy for Jenkins) and, worse, to Sentry!
I don't want to have to override the LOGGING setting; this seems to undermine the test itself. How can I prevent these emissions while still capturing logs?