From e84dd924495a8728bc1dbfabe7311b8517084a95 Mon Sep 17 00:00:00 2001 From: Ruslan Aliev Date: Sat, 9 Mar 2024 18:54:56 -0600 Subject: [PATCH] [DNM] debug output Signed-off-by: Ruslan Aliev Change-Id: I47800fad578c908fe7f8e2cda807ddc99fef5b36 --- .../shipyard_airflow/plugins/armada_post_apply.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bin/shipyard_airflow/shipyard_airflow/plugins/armada_post_apply.py b/src/bin/shipyard_airflow/shipyard_airflow/plugins/armada_post_apply.py index b78f9d4f..8644afa3 100644 --- a/src/bin/shipyard_airflow/shipyard_airflow/plugins/armada_post_apply.py +++ b/src/bin/shipyard_airflow/shipyard_airflow/plugins/armada_post_apply.py @@ -53,8 +53,10 @@ class ArmadaPostApplyOperator(ArmadaBaseOperator): # Retrieve read timeout timeout = self.dc['armada.post_apply_timeout'] + attrs = vars(self) + to_print = ', '.join("%s: %s" % item for item in attrs.items()) # Execute Armada Apply to install the helm charts in sequence - LOG.info("Armada Apply") + LOG.info("Armada Apply raliev: %s", to_print) try: armada_post_apply = self.armada_client.post_apply(