evanplaice / node-ftpsync

Intelligent file syncronization over FTP
http://evanplaice.github.io/node-ftpsync
MIT License
74 stars 21 forks source link

Log results shouldn't be verbose #29

Open fily55 opened 8 years ago

fily55 commented 8 years ago

All the stuff before makes sense to be verbose, logging what files that were handled doesn't. For instance, when you run this module you can't see what files have gone up. You can do this by turning on verbose but then you are getting a lot more information you don't need. I feel the files being handled should always be logged.

evanplaice commented 7 years ago

This module follows the linux 'no news is good news' model of logging. Ie when the operation is successful there is no output, to get a detailed log of actions verbose is specified explicitly.