How do I Invert search using grep for multiple strings of text

I am trying filter out couple of blocks of text that keep repeating over and over in my log file. For eg; grep -v ("string one that I don't want" \| "string two that I don't want") file.log I tried