cjnaz / rclonesync-V2

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

Documentation enhancement - logging of output #79

Open DACN opened 2 years ago

DACN commented 2 years ago

Have been setting up rclonesync to work with Windows 10, Python 3.9.5 and Onedrive. So far so good.

Because the logging which is brought up with the -v command line option uses the logging module and logging.basicConfig, then the messages are written to stderr rather than stdout. So redirecting output to a file needs to use 2>.

Great program. Thanks

cjnaz commented 2 years ago

Thanks for the feedback. Best handling for now is to clarify the documentation, versus changing the logging stream from stderr to stdout as this may mess up some users.