-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce exceptions thrown to reduce log pollution #2356
Comments
jcklie
changed the title
Reduce exceptions thrown to remove log pollution
Reduce exceptions thrown to reduce log pollution
Jun 9, 2021
reckart
added a commit
that referenced
this issue
Jan 7, 2022
- Introduce ValidationException - Handle ValidationException when finishing document properly by displaying to the user but not logging as an exception
reckart
added a commit
that referenced
this issue
Jan 7, 2022
- Select the first invalid annotation so the user can immediately fix it - Fix small issue from the previous commit that document was closed even when invalid
reckart
added a commit
that referenced
this issue
Jan 7, 2022
- When the user tries to finish a document, first check if finishing is possible, then open the confirmation dialog (if finishing is possible)
reckart
added a commit
that referenced
this issue
Jan 7, 2022
…xceptions-thrown-to-reduce-log-pollution #2356 - Reduce exceptions thrown to reduce log pollution
reckart
added a commit
that referenced
this issue
Jan 7, 2022
* release/22.x: #2801 - Change label for guest account "I already have an account" #2356 - Reduce exceptions thrown to reduce log pollution #2356 - Reduce exceptions thrown to reduce log pollution #2356 - Reduce exceptions thrown to reduce log pollution #2805 - Oversized span returned by AnnotatorJS #2735 - Document websocket reverse proxy config #2735 - Document websocket reverse proxy config
reckart
added a commit
that referenced
this issue
Jan 7, 2022
…mat-for-annotation-transport-to-browsers * main: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-22.0 No issue. Try avoiding issue that CSRF settings bean is not found during startup. No issue. Try avoiding issue that CSRF settings bean is not found during startup. [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-22.0 No issue. Fix semver calculation script. #2801 - Change label for guest account "I already have an account" #2356 - Reduce exceptions thrown to reduce log pollution #2356 - Reduce exceptions thrown to reduce log pollution #2356 - Reduce exceptions thrown to reduce log pollution #2805 - Oversized span returned by AnnotatorJS #2735 - Document websocket reverse proxy config #2735 - Document websocket reverse proxy config #2803 - invitation link behind reverse proxy
reckart
added a commit
that referenced
this issue
Oct 5, 2022
- Do not log exceptions for common errors during context menu actions
reckart
added a commit
that referenced
this issue
Oct 5, 2022
…xceptions-thrown-to-reduce-log-pollution #2356 - Reduce exceptions thrown to reduce log pollution
reckart
added a commit
that referenced
this issue
Dec 4, 2022
- IllegalArgumentException when trying to use an out-of-tagset tag in a string feature using a closed tagset changed to IllegalFeatureValueException - Pull duplicate code for creating missing tags out of StringFeatureSupport and MultiValueStringFeature into the schema service - Moved IllegalFeatureValueException to schema api module so we can use it in the schema service
reckart
added a commit
that referenced
this issue
Dec 4, 2022
- Adjust tests to accomodate the moved code
reckart
added a commit
that referenced
this issue
Dec 4, 2022
- Use WicketExceptionUtil in DocumentMetadataSidebar to avoid spamming log with errors on common exceptions
reckart
added a commit
that referenced
this issue
Dec 5, 2022
…xceptions-thrown-to-reduce-log-pollution #2356 - Reduce exceptions thrown to reduce log pollution
reckart
added a commit
that referenced
this issue
Dec 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the refactoring action
Some things throw exceptions but they should just log a warning/error
Expected benefit
Less noise in the log, streamlining that exceptions are actual errors in INCEpTION and not caused by user errors
The text was updated successfully, but these errors were encountered: