kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

Option to log errors to file #134

Open 1024mb opened 4 years ago

1024mb commented 4 years ago

Seeing that using --log-file log.txt breaks Rclone Browser ability to display the job progress/information it would be great if you could include such function into this application.

The main thing I'm asking in this issue is to log all ERROR and CAUTION messages to a file and/or append the new information if the file already exist. Currently -at least in the beta- all we can see is that we indeed have a number of errors in the job but, unless we catch the error when it has just happened and copy-paste the available portion of the log and start searching for the error, we can not know what those errors are/were.

kapitainsky commented 3 years ago

ok - I will include it. This should not be very difficult.

chchia commented 3 years ago

@kapitainsky wondering do you have any plan to release a new beta soon? I believe you have already included many enhancement since last beta.

thanks.

ioogithub commented 3 years ago

I really need this feature as well. I would like to ability to view the progress in the GUI and also to have a log file record of what was done.

I need the ability to use the "--log-file /path/file.log" option but also to see the progress and stats in the GUI. Currently using the --log-file option breaks the GUI.

This bug is preventing me from using RcloneBrowser. I definately need to be able to review the results of a large transfer after an operation.