kdebisschop / rundeck-rancher-node-plugin

Manage Rancher-controlled Docker containers in Rundeck
Apache License 2.0
5 stars 0 forks source link

Render file copy status messages in debug context only #26

Closed kdebisschop closed 4 years ago

kdebisschop commented 4 years ago

Describe the bug File copy should be silent when not operating in debug mode.

To Reproduce Steps to reproduce the behavior:

  1. Execute a file copy step in Rundeck
  2. Output will say something like

copying file: '/var/lib/rundeck/var/tmp/dispatch219377277732210710.tmp' to: 'development_site-service-1:/tmp/1593-31423-development_site-service-1-dispatch-script.tmp.sh'

Expected behavior In the example, the line above is from running a script on a remote site. We would prefer that the output of the script not be made less clear by status messages that are untended for debugging.