Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 25, 2024
1 parent 8ac8b44 commit c97b1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def monitor_queued_jobs():
return

jobs_data = query_nodes(list(node_ids))
app.logger.info(f"Debug {jobs_data}")
details = extract_jobs_metrics_from_data(jobs_data, node_ids)

app.logger.info(f"Jobs details {details}")
Expand Down

0 comments on commit c97b1bd

Please sign in to comment.