Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Feb 26, 2024
1 parent df7966b commit cf30843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-rclone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ csiNodepluginRclone:
tolerations: []
affinity: {}
kubernetesClusterDomain: cluster.local
logLevel: NOTICE
logLevel: NOTICE # Valid levels: DEBUG|INFO|NOTICE|ERRO
1 change: 0 additions & 1 deletion pkg/rclone/rclone.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ func (r *Rclone) run_daemon() error {
loglevel = "NOTICE"
}
rclone_args = append(rclone_args, fmt.Sprintf("--log-level=%s", loglevel))
// rclone_args = append(rclone_args, "--log-file=/tmp/rclone.log")
rclone_args = append(rclone_args, fmt.Sprintf("--config=%s", f.Name()))
klog.Infof("running rclone remote control daemon cmd=%s, args=%s, ", rclone_cmd, rclone_args)

Expand Down

0 comments on commit cf30843

Please sign in to comment.