# File lib/chef/shell_out.rb, line 175
    def run_command
      if command_log_prepend
        Chef::Log.send(command_log_level, "#{command_log_prepend} sh(#{@command})")
      else
        Chef::Log.send(command_log_level, "sh(#{@command})")
      end
      super
    end