--log-file=C:\Users\XXXX\rclone\logfile.txt

Hello Team

I am absolutely new to RClone. May be this is very basic question. I started my RClone Server with the following Command. [rclone rcd --rc-web-gui --rc-no-auth --log-file=C:\Users\31026XXX\rclone\logfile.txt].

Issue : When I am initiating the Transfer , theTransfer is happening but the Logs are not updating.
I know I am surely missing something.can anyone helps pls??

I need to see the full details of the Transfer in the Log File.

Rakesh

The Log File is created and following are the contents.

2023/08/17 14:52:11 NOTICE: Web GUI exists. Update skipped.
2023/08/17 14:52:11 NOTICE: It is recommended to use web gui with auth.
2023/08/17 14:52:11 NOTICE: Serving Web GUI
2023/08/17 14:52:11 NOTICE: Serving remote control on http://127.0.0.1:5572/
2023/08/17 14:55:02 NOTICE: Web GUI exists. Update skipped.
2023/08/17 14:55:02 NOTICE: It is recommended to use web gui with auth.
2023/08/17 14:55:02 NOTICE: Serving Web GUI
2023/08/17 14:55:02 NOTICE: Serving remote control on http://127.0.0.1:5572/
2023/08/17 14:57:55 NOTICE: --rc-files overrides --rc-web-gui command
2023/08/17 14:57:55 NOTICE: Serving files from "destination"
2023/08/17 14:57:55 NOTICE: Serving remote control on http://127.0.0.1:5572/

welcome to the forum,

need to use --log-level
--log-level=INFO or --log-level=DEBUG

Thanks a Lot. IT WORKED

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.