cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

Banner and success are reported as warnings #31

Closed iainhallam closed 4 years ago

iainhallam commented 5 years ago

The comment on the default logging level in rclonesync.py says "Log only unusual events", but the banner, sync notice, and report of successful run are all tagged as warnings, when you'd hope they'd be the norm. This means that when run from cron, there will always be output on success, hence an email to the running user.

Can these normal events be tagged as info rather than warning, so that they will only be shown when running in verbose mode, please?

cjnaz commented 4 years ago

Changed in V2.8. Silent now unless file conflict warnings, or --verbose.