I log, you log, they log

When do we use logging? This very technically-oriented question should be rephrased this way: when do we provide information about what the application is doing? This is exactly what logging is used for; it lets the user know what the application did at some point.

This is something we, as developers, often forget because we are focused on the feature we are implementing. But if the application intends to hit production, it is crucial to not forget to make sure the operation teams can work with it very efficiently as well. Don't forget that if the development takes six months, the production will probably last for some years and the cost of an incident is way higher than a small delay before the production is launched. ...

Get Java EE 8 High Performance now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.