Debug Tool filtering
Filtering is now supported in the Console and State tabs of the Debug Tools.
Users can filter logs and states using any free text, negation, regex, or exact phrases:
- Free text: Matches any string.
- Negation: Prefix with
-
to exclude a match. For example:-error
- Regex: Use slashes for regex. For example:
/^foo/
- Exact phrases: Wrap multi-word strings in quotes. For example:
"query failed"
You can combine filters using spaces (e.g. "query failed" -/error/ success
).
This change is currently rolling out to users on Retool Cloud. It is not yet available on Self-hosted Retool.