More granular filters in Log window

Hey there,

Original idea was to request being able to filter out vvvv system logs from the Log tab, so that I could easily catch stuff I’m logging from my app while it’s starting.

But then I thought, why not asking for a more complex filter, where you could AND, OR or NOT specific fields of a logged message? For instance, show all logs where

source != App && severity >= warning || message contains "failure"

Obviously more complex than “just” filtering out vvvv system messages, but let’s see what you think!

cheerz

1 Like

Just recently I had the same thought and wished for some regex filtering