AppEngine logs viewer has the ability to filter by labels. For example if I want to find all logs where the url starts with /static, I can put the filter with Labels option selected as
path:/static.*
However, what should I put such that the filter shows logs that do NOT match this pattern? Attempting examples here crashed the log viewer.