Skip to main content

All Questions

Tagged with
2 votes
2 answers
734 views

Where should tests' log files go?

My application has a rather non-trivial, yet standard, log configuration. It includes a console appender and a rolling size-based file appender. When I'm running the tests, thru the IDE or with maven,...
Asaf's user avatar
  • 121
34 votes
4 answers
71k views

What is the correct way to handle debug output in Java?

As my current Java projects grow bigger and bigger, I feel a likewise growing need to insert debug output in several points of my code. To enable or disable this feature appropriately, depending on ...
Federico Zancan's user avatar