boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 182 forks source link

Make "Commit: adding ..." visible only on -vv #557

Closed arichiardi closed 7 years ago

arichiardi commented 7 years ago

Proposal: as the title says, it might be a good idea to further increase the level of the numerous:

...
Commit: adding   2559f43f090c62f78aa8b658be0fc0ab.1483423236284 main.out/cljs/repl.js.map...
Commit: adding   208b5e74c1791966d2532fe858fbae8a.1453082671000 main.out/weasel/repl.cljs...
Commit: adding   054b0f2728c6d330992e766fb94aedfd.1483423235947 main.out/cljs/spec.js.map...
...

Some tasks like boot-cljs and boot-reload print some stuff on -v that at the moment are difficult to read because of the commit messages.

How does it sounds?

Thank you folks :smile: