Skip to content

Commit

Permalink
fix: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jan 2, 2024
1 parent ca53889 commit 1390bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudrun/src/download/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def process_job():
document._pb.ParseFromString(event.get_data())
log.logger.info(f"dir(document): {dir(document)}")
data = document.value
log.logger.info(f"dir(document.value.fields): {dir(document.value.fields)}")

id = data["id"]
layers = data["layers"]
Expand Down

0 comments on commit 1390bfc

Please sign in to comment.