better handle aws cli debug

This commit is contained in:
Colin Gagnaire 2019-10-18 10:49:44 +02:00
parent 1c1989f4ce
commit 41f82869ca
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ sub execute {
command => $self->{option_results}->{command},
command_path => $self->{option_results}->{command_path},
command_options => $cmd_options,
redirect_stderr => 1
redirect_stderr => ($self->{output}->is_debug()) ? 0 : 1
);
my $raw_results;