[FEATURE] Enhance Debug Logs for Queue Cleaner #78

Closed
opened 2025-10-09 16:57:48 -05:00 by giteasync · 1 comment
Owner

Originally created by @infiniterookie on GitHub.

What would you like to see implemented next?

The current debug logs generated for the Queue Cleaner for validating if a download is present in a configured Download Client do not specify which client the Queue Cleaner is validating for.

e.g., if a user has more than one Download Client configured, the Queue Cleaner will check all download clients for downloads returned from the configured Arr apps. If the download only exists in one Download Client (which is typical), the Queue Cleaner still checks all clients for the download. When it does not locate the download in one of the configured clients, it reports [QueueCleaner] ["Arr_App_Instance"] failed to find torrent {Download Hash} in the download client

Since the logged debug event does not indicate which download client the Queue Cleaner failed to locate the torrent in, the user perceives this as a potential issue, but it is a false positive.

A potential enhancement could be to have the log entry indicate which download client the Queue Cleaner was checking.
i.e., [QueueCleaner] ["Arr_App_Instance"] failed to find torrent {Download Hash} in the download client {Client_Instance_Name}

Originally created by @infiniterookie on GitHub. ### What would you like to see implemented next? The current debug logs generated for the `Queue Cleaner` for validating if a download is present in a configured `Download Client` do not specify which client the `Queue Cleaner` is validating for. e.g., if a user has more than one `Download Client` configured, the `Queue Cleaner` will check all download clients for downloads returned from the configured Arr apps. If the download only exists in one `Download Client` (which is typical), the `Queue Cleaner` still checks all clients for the download. When it does not locate the download in one of the configured clients, it reports `[QueueCleaner] ["Arr_App_Instance"] failed to find torrent {Download Hash} in the download client` Since the logged debug event does not indicate which download client the `Queue Cleaner` failed to locate the torrent in, the user perceives this as a potential issue, but it is a false positive. A potential enhancement could be to have the log entry indicate which download client the `Queue Cleaner` was checking. i.e., `[QueueCleaner] ["Arr_App_Instance"] failed to find torrent {Download Hash} in the download client {Client_Instance_Name}`
giteasync added the
enhancement
planned
labels 2025-10-09 16:57:48 -05:00
Author
Owner

@Flaminel commented on GitHub:

This is now available in v2.0.8.

@Flaminel commented on GitHub: This is now available in `v2.0.8`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#78
No description provided.