diff options
Diffstat (limited to 'resources/tools/telemetry')
-rw-r--r-- | resources/tools/telemetry/bundle_vppctl.py | 1 |
1 files changed, 1 insertions, 0 deletions
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( |