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

Commit

Permalink
Merge pull request #63 from forseti-security/fix_new_logging
Browse files Browse the repository at this point in the history
Fix new logging
  • Loading branch information
rvandegrift authored Mar 5, 2021
2 parents 56e067e + 6a2292f commit cb8cd82
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 cb8cd82

Please sign in to comment.