Few Recommendations on Logging
- access_time 7 years ago
- date_range 12/12/2014
- comment 0
- share 0
- label_outlineSpring Boot, Java, Logging
Maybe it's basic, but still, sometimes some suboptimal usage of logger can be seen. There also is/was a notion that Java applications tend to overuse logging. That may or not be true, but using the logger properly should have minimal performance implications on the application. This one is to give you few recommendations for logging things in Java, based on my experience. Feel free to disagree in comments.