X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftelemetry%2Fbundle_vppctl.py;h=53342374967443bf929c3464a9e8ae8e2c88aefb;hp=b417ab07eddaf6850a6a9851be0cf07c8b96ab32;hb=71d84bb6f1f493ce589499a6de149cfa3222e006;hpb=30badc023cb58f7ae4ddcf747c28f49c39b1dca6 diff --git a/resources/tools/telemetry/bundle_vppctl.py b/resources/tools/telemetry/bundle_vppctl.py index b417ab07ed..5334237496 100644 --- a/resources/tools/telemetry/bundle_vppctl.py +++ b/resources/tools/telemetry/bundle_vppctl.py @@ -201,6 +201,7 @@ class BundleVppctl: """ for command in self.cli_command_list: try: + getLogger(__name__).info(command) replies = subprocess.getoutput(command) except (AssertionError, AttributeError): getLogger("console_stderr").error(