Clean code, clean logs: avoid side effects (4/10)
Logging statements should have no or little impact on application behavior. Recently a friend of mine gave an example of a system that threw Hibernates’ LazyInitializationException only on some par...
