We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0995006 commit c029e28Copy full SHA for c029e28
1 file changed
src/datacustomcode/templates/function/payload/entrypoint.py
@@ -43,8 +43,7 @@ def dc_function(request: dict) -> dict:
43
44
for item in items:
45
# Item is DocElement as dict
46
- logger.info("Processing item: ")
47
- logger.info(item)
+ logger.info(f"Processing item: {item}")
48
49
text = item.get("text", "")
50
metadata = item.get("metadata", {})
0 commit comments