tuub / kitodo-mediaserver

Kitodo Mediaserver
GNU General Public License v3.0
7 stars 6 forks source link

Error notification filter for the file server #297

Closed pbroman closed 5 years ago

pbroman commented 5 years ago

If you have error notification configured for the file server, you will get a lot of ClientAbortExceptions. These are not dangerous and you don't really want a mail each time. We should allow a regex of ignoredExceptionNotification for the fileserver, so that exceptions matching the regex do not trigger a notification. The exceptions should however still be logged.