selectively deleting warnings
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
selectively deleting warnings
I am writing a script that alerts me every time there is a login error on sabnzbd. the issue im having is once it alerts me i need to clear the warnings so it will not alert me again. i could probably write it to keep track of the warnings but it's not worth the effort and i'l not that good of a programmer. is there a way to selectively clear the warnings instead of all? not a big deal if not. id just like to know. i didnt find anything about it so i assume not.
Re: selectively deleting warnings
There no option to selectively clear a warning.
Since every warning comes with its own time stamp, you only need to
remember the time you last got one.
Since every warning comes with its own time stamp, you only need to
remember the time you last got one.
Re: selectively deleting warnings
thats what i thought.just a little extra coding for me then. thanks.