Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Jun 24, 2024
1 parent c546d7f commit d941b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcfuncs/ipban/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(

def run(self) -> List[LogsTableRow]:
query_result: List[LogsTableRow] = self.get_blob_logs_query_result()
logging.info(f"Kusto query result: {query_result}")
self.update_banned_ips(query_result)
return query_result

Expand Down

0 comments on commit d941b49

Please sign in to comment.