-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
efficiencyUsed for efficiency-related issues (remove code duplication, refactor, etc).Used for efficiency-related issues (remove code duplication, refactor, etc).status: ReadyAn issue that is ready to be worked on.An issue that is ready to be worked on.
Milestone
Description
Description
The web validator generates a good amount of logs for Sentry. In an initial investigation, some of the errors generated as "expected" situations or use cases that the severity can be lower than ERROR. Example,
Line 89 in b3d14cb
| logger.error("Error could not load remote file, using default country code", exc); |
Aceptance criteria
- Only send error logs to the sentry and allow adjustment of the severity levels to be sent when required.
- Enhance log information by adding context to the events registered in Sentry.
- Ignore logs generated as part of the Java test suite.
- Ignore logging generated by "expected" situations
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
efficiencyUsed for efficiency-related issues (remove code duplication, refactor, etc).Used for efficiency-related issues (remove code duplication, refactor, etc).status: ReadyAn issue that is ready to be worked on.An issue that is ready to be worked on.