mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
better handle aws cli debug
This commit is contained in:
parent
08b3c39e3b
commit
8fcdece968
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user