|
regular expression
Hi all,
My log file is like
19:40:22 INFO :Total time taken to Service External Request---15ms
19:40:22 INFO : External service failed with status KO
19:40:22 FATAL: External service failed with status KO
19:40:22 DEBUG : Batch started with
19:40:22 ERROR: Member: dmidecode.x86_64 1-2.7-1.28.2.el5 - u
19:40:22 DEBUG : Batch ended dding
i dont want to rread the line which is having FATAL ?
I need to use regular expressions for this
Can anyone help in this ?
Thnks
|