-
Copying Yesterday’s Exceptions with Stack Traces from Logs, Then Emailing To Administrators
When you have a java application server which generates a great deal of logs, it can be tricky to find the most important information, especially if you have detailed logging. Fortunately grep is capable of doing this very well. The following command will gather all WARN, ERROR, FATAL, and Exception stack traces. This command can…