Skip to content

Commit d27ba20

Browse files
log the status diff (#1139)
1 parent ae07179 commit d27ba20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions-python/helpers/feed_status.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def get_filters(status: str):
7777
session.commit()
7878
refresh_materialized_view(session, t_feedsearch.name)
7979
logging.info("Feed Database changes for status committed.")
80+
logging.info("Status Changes: %s", diff_counts)
8081
session.close()
8182
return diff_counts
8283
except Exception as e:

0 commit comments

Comments
 (0)