scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Quiet parameter #19

Closed w142 closed 11 years ago

w142 commented 11 years ago

Is there a possibility to add a quite parameter? So that there is no output of every single file while uploding?

scttnlsn commented 11 years ago

You can now (v0.3.9) specify the logging level:

dandelion --log=debug deploy

The default level is debug. If you're looking to hide all the logging about files being uploaded or skipped, etc. bump it up to info.