Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you now redeploy your application all the output from your application should be logged in the file you chose. We have configured the tomcat server to redirect standard output and standard error to the application's log file (if exists).

The advantage of using java.util.logging over log4j is that no additional dependencies are introduced.

...