Thursday 2 December 2010

Efficient looking into jas logs…

There is so much rubbish in jas logs, so I’ve created the following command to make things a little easier.

It’s not perfect, but it’s a goo d start.  From 37000 line to 192 that have some value

cat e1root_20101128.log |grep -v "com." |grep -v VTComponent.setFocused | grep -v java.lang.NullPointerException |grep -v sun. |grep -v java. |grep -v java.lang.NumberFormatException |grep -v successfully |grep -v BusinessView.isAliasinBSVW |grep -v JDENET.tempFileDir |grep -v "Update: Update Pkg"

No comments: