joelittlejohn / lein-embongo

Leiningen plugin for running 'embedded' MongoDB
https://clojars.org/lein-embongo
Eclipse Public License 1.0
9 stars 1 forks source link

Large amount of stdout with no way to switch it off #1

Closed mjg123 closed 12 years ago

mjg123 commented 12 years ago

using lein embongo midje, I get about 100x more output from embongo than from midje. And worse, the outputs are interleaved which makes it hard to read. Ideally I'd like a config option to silence embongo completely.

joelittlejohn commented 12 years ago

Fixed. All output now goes to embongo.log. I considered making this configurable but if you want to watch the log in the console then of course tailf will work just as well.

Thanks for raising this Matt - I've made some changes to embedmongo-maven-plugin too (for boring old Java :D).

mjg123 commented 12 years ago

Thanks - is there a new release or would you like me to test on master first?

joelittlejohn commented 12 years ago

If you have time for a quick test that would be great. I'll cut a release when I get a chance, probably tomorrow.

mjg123 commented 12 years ago

Works, yes! Thanks. I had to dial back the version of lein-release to 1.0.0 to get it to build though. Look forward to the release.

mjg123 commented 12 years ago

Fixed in release 0.1.3