-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
ex.printStackTrace(); |
Removing printStackTrace would be idea.
Suggested alternatives:
- Add a system property guard to only print the stacktrace if a debug flag is enabled
Example:
-DniouringDebug=true
- Log warn using JDK built-in JUL logger (usually that logger gets remapped to log4j or logback anyway)
Metadata
Metadata
Assignees
Labels
No labels