-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently, most exceptions are just caught, logged, and rethrown. This is not a good practice. This will cause JVM to write multiple error messages for the same exception. (Eg: YamlUtil.java)
Suggestions
- Create an own exception library for the Loki and wrap those rethrown exceptions with that.
- Don't catch and let the caller handle (Recommended)
The first way is not recommended because it is too much for Loki. Just keep KISS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed