ansible-rclone icon indicating copy to clipboard operation
ansible-rclone copied to clipboard

How to check logs?

Open mihalt opened this issue 2 months ago • 2 comments

At first I had problems with detection what happend, when I put wrong client_id. As I understand it couldn't register on Google Drive and by this reason wasn't able to create rclone.conf. But I had on ansible log just info that rclone.conf wasn't found. It was not very easy task to understand that it is not connected with permissions like in this issue etc.

At second, when it is not connected by any reasons via rclone_mounts I see that command was successful. If I use pure rclone I can use --log-file like this:

sudo rclone mount GoogleDriveRemote:directory /directory/ --allow-non-empty --vfs-cache-mode writes --log-level INFO --log-file /home/user/GoogleDriveRemote.log

mihalt avatar Apr 23 '24 13:04 mihalt