Skip to content

Commit 7084820

Browse files
committed
Add back logger until all functions are refactored
1 parent 2235073 commit 7084820

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • functions-python/batch_process_dataset/src

functions-python/batch_process_dataset/src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def process_dataset(cloud_event: CloudEvent):
314314
}
315315
"""
316316
logging.info("Function Started")
317+
print("Function Started print")
317318
stable_id = "UNKNOWN"
318319
bucket_name = os.getenv("DATASETS_BUCKET_NAME")
319320

0 commit comments

Comments
 (0)