You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dialog to add a new filter allows to select among multiple LOG LEVEL constraints, which -- judging by the result -- are applied conjunctively (conjoined by a logical AND). This doesn't make sense, as selecting more than one will inevitably result in mismatching all.
I suppose the only "proper" solution is generalizing Filters (and Exclusions, to which this should also apply) to allow both AND and OR. Suggestion: In the spirit of boolean algebra associativity, maybe have list items be conjoined by OR whereas each list item can hold all of the fields, which are in turn conjoined by AND.
Very useful app, by the way, thanks!
The text was updated successfully, but these errors were encountered:
The dialog to add a new filter allows to select among multiple
LOG LEVEL
constraints, which -- judging by the result -- are applied conjunctively (conjoined by a logicalAND
). This doesn't make sense, as selecting more than one will inevitably result in mismatching all.I suppose the only "proper" solution is generalizing Filters (and Exclusions, to which this should also apply) to allow both
AND
andOR
. Suggestion: In the spirit of boolean algebra associativity, maybe have list items be conjoined byOR
whereas each list item can hold all of the fields, which are in turn conjoined byAND
.Very useful app, by the way, thanks!
The text was updated successfully, but these errors were encountered: