An open API service indexing awesome lists of open source software.

https://github.com/openconext/openconext-threshold-logging


https://github.com/openconext/openconext-threshold-logging

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# OpenConext-threshold-logger

Not all exceptions should result in an email. The `CustomThresholdFilter` can be configured with Exception classes to ignore.

Example snippet configuration of logback.xml

```

{{ smtp_server }}
{{ noreply_email }}
{{ error_mail_to }}
{{ error_subject_prefix }}Unexpected error myconext

WARN
com.nimbusds.oauth2.sdk.ParseException
org.springframework.security.authentication.BadCredentialsException
oidc.exceptions.RedirectMismatchException
org.springframework.dao.EmptyResultDataAccessException
java.lang.IllegalArgumentException

```