# File lib/capistrano/recipes/deploy/strategy/base.rb, line 50
          def system(*args)
            logger.trace "executing locally: #{args.join(' ')}"
            super
          end