Return to Snippet

Revision: 70222
at December 12, 2015 23:24 by richardcheese


Initial Code
tail -f logs/catalina.out | grep --line-buffered --invert-match "^\t\(at\|\.\.\.\) "

Initial URL


Initial Description
Helps reduce stack dump hell on tomcat

Initial Title
tomcat catalina out

Initial Tags


Initial Language
Bash