clj-hector icon indicating copy to clipboard operation
clj-hector copied to clipboard

suppress log output in test run

Open pingles opened this issue 12 years ago • 1 comments

Cassandra and Hector log a lot of information during the average test run. This masks the output from the tests, by default I'd like this to be suppressed, perhaps with a way of specifically enabling it for certain test runs from the repl?

pingles avatar Nov 12 '12 15:11 pingles

I looked at this a while back and didn't find an easy way to pass System properties into the process that EmbeddedCassandraService kicks off. Maybe it'll be obvious to someone else.

In the meantime, I just run tests like so: lein test 2> /dev/null. Most of the useful output from lein test goes to standard out.

ryfow avatar Nov 12 '12 17:11 ryfow