Skip to content

Commit

Permalink
chore: add logs in processors
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Jan 30, 2024
1 parent cdbe160 commit 56be9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Common/src/Pollster/PostProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@ await taskHandler.DisposeAsync()
CurrentTask = string.Empty;
}
}

logger_.LogWarning("End of task post processor; no more tasks will be finalized");
}
}
2 changes: 2 additions & 0 deletions Common/src/Pollster/RunningTaskProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,7 @@ await taskHandler.DisposeAsync()
CurrentTask = string.Empty;
}
}

logger_.LogWarning("End of running task processor; no more tasks will be executed");
}
}

0 comments on commit 56be9fd

Please sign in to comment.