How to avoid message of exit status?
I have many bash commands in my capistrano deploy script. At example:
capture "mkdir -p #{path_img_out}/original"
It calls many times and print output:
DEBUG [dd6ca4fa] Command: mkdir -p /home/deploy/www/test/shared/backups/20140307160556/public/system/images/files/original
DEBUG [dd6ca4fa] Finished in 0.098 seconds with exit status 0 (successful).
How to hide this messages?