mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-12 23:29:36 -05:00
Viewing strikes #154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guipace on GitHub.
Is there a way to view the number of strikes a download has received?
I've configured the app, but can't tell if it's actually counting strikes towards removing the downloads. I also don't see any related info in the logs.
Thanks!
@Flaminel commented on GitHub:
No reason in particular. I just thought it would make sense for the number of strikes to be on
debug, as they are not as important, and the actual removal and reason to be oninfo. Everything is up for debate though, so please tell me what you think makes more sense.@Flaminel commented on GitHub:
Enabling debug logging should start showing logs about the number of strikes an item has. By default, the logs show only when an item is removed due to receiving the max amount of strikes.
@Flaminel commented on GitHub:
Are there any items in the queue that should receive strikes? Are you using the latest docker image and enabled removing items with a certain number of strikes?
@oldretepzold commented on GitHub:
Obviously not OP but can confirm strikes are logged. However, I am curious why the current strike level is log level
debugbut everything else isinfo?Could see it useful for some sort of CLI tool to get current strike info though.
@guipace commented on GitHub:
Forgot to mention I had already enabled debug logging. No strike info there.
@Flaminel commented on GitHub:
I'm glad it works!
@guipace commented on GitHub:
I can now view strikes. The issue was that I an on unraid and the application template used there was out of date.
Thanks @Flaminel for taking it over and providing a more correct one.
@Flaminel commented on GitHub:
I did think of the possibility to add an API to cleanuperr, but it's not really a priority, especially if I can't find enough use cases for it. If you've got any more ideas, I'd be happy to receive any feature requests!
@oldretepzold commented on GitHub:
Not a big deal, I would just assume they'd all be under info or all under debug.
@oldretepzold commented on GitHub:
Yeah not particularly high priority, just could be useful for a quick lookup vs looking through logs.