Make sure Java App’s console is collected somewhere

If an exception is thrown from some thread and it’s not caught, it will be printed in the console.

In your server, if the console output doesn’t go to any file or any log cloud, it will just disappear and you won’t understand what error has happened.

Example 1: your multi-thread batch job seems to have halted, but there is no Exception or Error log in any of your log files.

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.