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:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user