In some cases we'd like to use an OR instead of an AND.
So for instance if Apache blocks something we'd like to support something like status 400 OR the log_Contains this.
right now something like the following
output:
status: [200,400]
log_contains: "id \"920274\""
will always result in checking if it's 200 or 400 AND log_contains.