feat(telemetry): print executed command in vppctl
[csit.git] / resources / tools / telemetry / bundle_vppctl.py
index b417ab0..5334237 100644 (file)
@@ -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(