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