You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Always adjust the logging levels to be balanced before committing code.
63
+
- NEVER comment out code.
64
+
- NEVER use System.out.println or e.printStackTrace().
65
+
- ALWAYS use lamba based JUL logging.
66
+
- NEVER filter logging output with head, tail, grep, etc. You shoould set the logging to the correct level of INFO, FINE, FINER, FINEST and run just the one test or method with the correct logging level to control token output.
0 commit comments