SIENTIAPDE-1222

Refactor debug logging in Gates activity for improved readability

- Reformatted the debug logging statement for input data in the Gates activity to enhance clarity and maintain consistency with previous logging improvements.
This commit is contained in:
vitor-aignosi
2025-09-16 10:31:30 -03:00
parent 8095e37710
commit 3752170c3a

View File

@@ -206,8 +206,8 @@ class Gates(BaseActivity):
filter_output = [] filter_output = []
self.debug(f"Input data: \n {create_sample_dict( self.debug(
data, max_items=5, max_depth=2)}", metadata) f"Input data: \n {create_sample_dict(data, max_items=5, max_depth=2)}", metadata)
self.debug(f"Filters: {filters}", metadata) self.debug(f"Filters: {filters}", metadata)
comments = [] comments = []