Logging Level = INFO and seeing 403s

I’m trying to not run at debug mode, but I do want to see “errors” that occur such as 403s/500s. I’ve tried setting with INFO log level, which seems to the same as a -v but I never see those types of error sin the logs when I can see them in the API console.

Is there a different setting to get those to display for a mount without going all the way to debug?

If rclone retries the 403/500 and is successful then it won’t log an error. Otherwise it will log an ERROR.

I would have thought that would be what you would want?

Not at the moment!

1 Like