Inverting results when searching error logs in App Engine's dashboard? -


is there way invert results when searching error logs in gae dashboard? (similar grep -v command) example, want able filter out paths start string, x.

to filter our requests start path /x try filtering on path label:

path:/[^x].* 

Comments