selectively deleting warnings

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
bobbintb
Newbie
Newbie
Posts: 16
Joined: August 24th, 2012, 11:09 am

selectively deleting warnings

Post by bobbintb »

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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: selectively deleting warnings

Post by shypike »

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.
bobbintb
Newbie
Newbie
Posts: 16
Joined: August 24th, 2012, 11:09 am

Re: selectively deleting warnings

Post by bobbintb »

thats what i thought.just a little extra coding for me then. thanks.
Post Reply