Rclone selfupdate prints NOTICE to stderr

What is the problem you are having with rclone?

rclone selfupdate prints Date + NOTICE: notice to stderr. I have put rclone selfupdate command in my schedule system and I keep getting emails that an error has occurred cause of this. Ideally I don't think stderr should be used for this purpose and it should go to stdout. restic self-update command doesn't show this behaviour and outputs properly to stdout instead of stderr

Run the command 'rclone version' and share the full output of the command.

# rclone --version
rclone v1.62.0-beta.6745.9e1443799
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-1029-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.20.1
- go/linking: static
- go/tags: none

If you add -q to the command it won't log the NOTICE commands.

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