+ set list for bigip skipping in debug mode
This commit is contained in:
parent
a01f3c80eb
commit
13a89f95de
|
@ -74,7 +74,7 @@ sub manage_selection {
|
|||
next;
|
||||
}
|
||||
|
||||
$self->{output}->output_add(long_msg => "Skipping node '" . $name . "': no matching filter name");
|
||||
$self->{output}->output_add(long_msg => "Skipping node '" . $name . "': no matching filter name", debug => 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ sub manage_selection {
|
|||
next;
|
||||
}
|
||||
|
||||
$self->{output}->output_add(long_msg => "Skipping pool '" . $self->{result_names}->{$oid} . "': no matching filter name");
|
||||
$self->{output}->output_add(long_msg => "Skipping pool '" . $self->{result_names}->{$oid} . "': no matching filter name", debug => 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ sub manage_selection {
|
|||
next;
|
||||
}
|
||||
|
||||
$self->{output}->output_add(long_msg => "Skipping virtual server '" . $self->{result_names}->{$oid} . "': no matching filter name");
|
||||
$self->{output}->output_add(long_msg => "Skipping virtual server '" . $self->{result_names}->{$oid} . "': no matching filter name", debug => 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue