this is what i'm trying >>
grep 'pattern' FILE1 | grep 'ignore_pattern' from FILE2
I was doing this for individual patterns >> grep 'errmsg' log_file | grep -v '88909'
but i have more than one pattern to ignore, so I have them as a list in a file FILE2.