Sometimes, debug-level logging can be useful. To enable this, make this change in the service file and restart the service.
In this file: /etc/systemd/system/cloudplow.service, change the log level to "DEBUG":
...
WorkingDirectory=/opt/cloudplow/
ExecStart=/usr/bin/python3 /opt/cloudplow/cloudplow.py run --loglevel=DEBUG <<<<< RIGHT THERE
ExecStopPost=/bin/rm -rf /opt/cloudplow/locks
Restart=always
...
You should only enable debug logging while you need it to track down a problem.
The services that saltbox creates are named with this pattern: saltbox_managed_rclone_nameofremote.service; and in these examples are referred to as SERVICE_FILE.service. nameofremote is the name defined in the remotes section of settings.yml.