From 0f2f888580145c41d5fff3d9c8922b5729bad81c Mon Sep 17 00:00:00 2001 From: mapedraza <40356341+mapedraza@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:59:14 +0100 Subject: [PATCH 1/2] Update auth.py --- python-lib/tc_etl_lib/tc_etl_lib/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lib/tc_etl_lib/tc_etl_lib/auth.py b/python-lib/tc_etl_lib/tc_etl_lib/auth.py index bce55a4..c6b4451 100644 --- a/python-lib/tc_etl_lib/tc_etl_lib/auth.py +++ b/python-lib/tc_etl_lib/tc_etl_lib/auth.py @@ -91,7 +91,7 @@ def get_info(self): if (hasattr(self, "service")): logger.info(f'service: {self.service}') if (hasattr(self, "subservice")): - logger.info(f'service: {self.subservice}') + logger.info(f'subservice: {self.subservice}') if (hasattr(self, "user")): logger.info(f'user: {self.user}') if (hasattr(self, "password")): From 27e6d98e26516a02ed300e7d5d81fa37add8dc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 20 May 2024 16:03:22 +0200 Subject: [PATCH 2/2] ADD Changelog entry --- python-lib/tc_etl_lib/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-lib/tc_etl_lib/README.md b/python-lib/tc_etl_lib/README.md index dc2af9c..f6166e4 100644 --- a/python-lib/tc_etl_lib/README.md +++ b/python-lib/tc_etl_lib/README.md @@ -505,6 +505,8 @@ TOTAL 403 221 45% ## Changelog +- Fix: improve INFO log traces ([#82](https://github.com/telefonicasc/etl-framework/pull/82)) + 0.11.0 (February 2nd, 2024) - Fix: close session upon finalization to avoid warnings ([#76](https://github.com/telefonicasc/etl-framework/pull/76))