Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Fix new logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jceresini committed Mar 5, 2021
1 parent 56e067e commit 6a2292f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def callback(pubsub_message):
return

# Inject some metadata we want for all messages
parsed_message.metadata['message_publish_timestamp'] = message_publish_ts
parsed_message.metadata['message_receive_timestamp'] = message_receive_ts
parsed_message.metadata.message_publish_timestamp = message_publish_ts
parsed_message.metadata.message_receive_timestamp = message_receive_ts

for resource in parsed_message.resources:

Expand Down

0 comments on commit 6a2292f

Please sign in to comment.