Skip to content

Commit

Permalink
More debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 20, 2023
1 parent 9904703 commit a5c7c86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -3881,6 +3881,9 @@ def run_search_loop(self) -> NoReturn:
self.force_grab()
raise RestartLoopException
for entry, todays, limit_bypass, series_search in self.db_get_files():
self.logger.trace(
"Running search for %s | %s", entry.Title, entry.Searched
)
while (
self.maybe_do_search(
entry,
Expand Down

0 comments on commit a5c7c86

Please sign in to comment.