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.
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.
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.