Skip to content

Commit 28a4745

Browse files
committed
add a bit more logging
1 parent fbfc1ab commit 28a4745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/automated_ingestion/eessi_task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def _find_state(self) -> TaskState:
146146
The state of the task.
147147
"""
148148
# obtain repo and pr from metadata
149+
log_message(LoggingScope.TASK_OPS, 'INFO', "finding state of task %s", self.description.task_object)
149150
repo = self.description.metadata['task']['repo']
150151
pr = self.description.metadata['task']['pr']
151152
log_message(LoggingScope.TASK_OPS, 'INFO', "repo: %s, pr: %s", repo, pr)

0 commit comments

Comments
 (0)